What is wrong with this code?
@interface MyClass : NSObject
@property (strong, nonatomic, readonly) NSString *name;
@end
What is wrong with this code?
@interface MyClass : NSObject
@property (strong, nonatomic, readonly) NSString *name;
@end