mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-01-13 09:39:34 +08:00
Strong -> Copy
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
@interface RERadioItem : RETableViewItem
|
||||
|
||||
@property (strong, readwrite, nonatomic) NSString *value;
|
||||
@property (copy, readwrite, nonatomic) NSString *value;
|
||||
|
||||
+ (instancetype)itemWithTitle:(NSString *)title value:(NSString *)value selectionHandler:(void(^)(RERadioItem *item))selectionHandler;
|
||||
- (id)initWithTitle:(NSString *)title value:(NSString *)value selectionHandler:(void(^)(RERadioItem *item))selectionHandler;
|
||||
|
||||
Reference in New Issue
Block a user