Skip to content

Commit 3e9ef5f

Browse files
sazolotarevjanicduplessis
authored andcommitted
Fix iOS build warning (react-native-image-picker#982)
1 parent 54f1042 commit 3e9ef5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ios/ImagePickerManager.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ @interface ImagePickerManager ()
1313
@property (nonatomic, strong) UIImagePickerController *picker;
1414
@property (nonatomic, strong) RCTResponseSenderBlock callback;
1515
@property (nonatomic, strong) NSDictionary *defaultOptions;
16-
@property (nonatomic, retain) NSMutableDictionary *options, *response;
16+
@property (nonatomic, retain) NSDictionary *options;
17+
@property (nonatomic, retain) NSMutableDictionary *response;
1718
@property (nonatomic, strong) NSArray *customButtons;
1819

1920
@end

0 commit comments

Comments
 (0)