mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-01-12 22:47:31 +08:00
removed readwrite property from view model.
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
|
||||
@interface FRPGalleryViewModel : NSObject
|
||||
|
||||
@property (nonatomic, strong) NSArray *photosArray;
|
||||
@property (nonatomic, readonly) NSArray *photosArray;
|
||||
|
||||
@end
|
||||
|
||||
@@ -11,6 +11,12 @@
|
||||
// Utilities
|
||||
#import "FRPPhotoImporter.h"
|
||||
|
||||
@interface FRPGalleryViewModel ()
|
||||
|
||||
@property (nonatomic, strong) NSArray *photosArray;
|
||||
|
||||
@end
|
||||
|
||||
@implementation FRPGalleryViewModel
|
||||
|
||||
-(instancetype)init {
|
||||
|
||||
Reference in New Issue
Block a user