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 64fabb8 commit 34dfe9bCopy full SHA for 34dfe9b
ios/RNPermissions.m
@@ -104,8 +104,10 @@ @implementation RCTConvert(RNPermission)
104
105
@end
106
107
-@interface RNPermissions ()
108
-@property (nonatomic, strong) NSMutableDictionary<NSString *, id<RNPermissionHandler>> *_Nonnull handlers;
+@interface RNPermissions()
+
109
+@property (nonatomic, strong) NSMutableDictionary<NSString *, id<RNPermissionHandler>> *_Nonnull handlers;
110
111
112
113
@implementation RNPermissions
0 commit comments