File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ CLANG_WARN_ENUM_CONVERSION = YES
3636CLANG_WARN_UNREACHABLE_CODE = YES
3737CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
3838CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
39+ CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES
3940
4041// Errors
4142GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ extern NSString *const PFUserCurrentUserKeychainItemName;
6666// to the currentUser singleton and disk object
6767@property (nonatomic , assign ) BOOL isCurrentUser;
6868
69- @property (strong , readonly ) NSMutableDictionary *authData;
70- @property (strong , readonly ) NSMutableSet *linkedServiceNames;
69+ @property (nonatomic , strong , readonly ) NSMutableDictionary *authData;
70+ @property (nonatomic , strong , readonly ) NSMutableSet *linkedServiceNames;
7171@property (nonatomic , assign ) BOOL isLazy;
7272
7373- (BOOL )_isAuthenticatedWithCurrentUser : (PFUser *)currentUser ;
You can’t perform that action at this time.
0 commit comments