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 447fb3a commit 321a2afCopy full SHA for 321a2af
Example/Classes/Models/User.h
@@ -26,9 +26,9 @@ extern NSString * const kUserProfileImageDidLoadNotification;
26
27
@interface User : NSObject
28
29
-@property (readonly) NSUInteger userID;
30
-@property (readonly) NSString *username;
31
-@property (unsafe_unretained, readonly) NSURL *avatarImageURL;
+@property (readonly, nonatomic) NSUInteger userID;
+@property (readonly, nonatomic) NSString *username;
+@property (readonly, nonatomic, unsafe_unretained) NSURL *avatarImageURL;
32
33
- (id)initWithAttributes:(NSDictionary *)attributes;
34
0 commit comments