Skip to content

Commit d90afdf

Browse files
committed
Fix Swift 2.2 naming conversion for PFObject.+objectWithoutDataWithClassName:objectId:.
1 parent 0ca571b commit d90afdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Parse/PFObject.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
7777
7878
@return A `PFObject` instance without data.
7979
*/
80-
+ (instancetype)objectWithoutDataWithClassName:(NSString *)className objectId:(nullable NSString *)objectId;
80+
+ (instancetype)objectWithoutDataWithClassName:(NSString *)className
81+
objectId:(nullable NSString *)objectId NS_SWIFT_NAME(init(withoutDataWithClassName:objectId:));
8182

8283
///--------------------------------------
8384
#pragma mark - Managing Object Properties

0 commit comments

Comments
 (0)