We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0248c commit ec5d284Copy full SHA for ec5d284
Parse/PFSubclassing.h
@@ -23,6 +23,15 @@ NS_ASSUME_NONNULL_BEGIN
23
*/
24
@protocol PFSubclassing
25
26
+@required
27
+
28
+/**
29
+ The name of the class as seen in the REST API.
30
+ */
31
++ (NSString *)parseClassName;
32
33
+@optional
34
35
/**
36
Constructs an object of the most specific class known to implement `+parseClassName`.
37
@@ -48,11 +57,6 @@ NS_ASSUME_NONNULL_BEGIN
48
57
49
58
+ (instancetype)objectWithoutDataWithObjectId:(nullable NSString *)objectId;
50
59
51
-/**
52
- The name of the class as seen in the REST API.
53
- */
54
-+ (NSString *)parseClassName;
55
-
56
60
61
Create a query which returns objects of this type.
62
0 commit comments