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 0ca571b commit d90afdfCopy full SHA for d90afdf
Parse/PFObject.h
@@ -77,7 +77,8 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
77
78
@return A `PFObject` instance without data.
79
*/
80
-+ (instancetype)objectWithoutDataWithClassName:(NSString *)className objectId:(nullable NSString *)objectId;
++ (instancetype)objectWithoutDataWithClassName:(NSString *)className
81
+ objectId:(nullable NSString *)objectId NS_SWIFT_NAME(init(withoutDataWithClassName:objectId:));
82
83
///--------------------------------------
84
#pragma mark - Managing Object Properties
0 commit comments