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
36
36
CLANG_WARN_UNREACHABLE_CODE = YES
37
37
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
38
38
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
39
+ CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES
39
40
40
41
// Errors
41
42
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ extern NSString *const PFUserCurrentUserKeychainItemName;
66
66
// to the currentUser singleton and disk object
67
67
@property (nonatomic , assign ) BOOL isCurrentUser;
68
68
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;
71
71
@property (nonatomic , assign ) BOOL isLazy;
72
72
73
73
- (BOOL )_isAuthenticatedWithCurrentUser : (PFUser *)currentUser ;
You can’t perform that action at this time.
0 commit comments