There was an error while loading. Please reload this page.
1 parent 80160a9 commit 3c6df70Copy full SHA for 3c6df70
1 file changed
React/Base/RCTJSInvokerModule.h
@@ -12,6 +12,6 @@
12
@protocol RCTJSInvokerModule
13
14
@property (nonatomic, copy, nonnull) void (^invokeJS)(NSString * _Nullable module, NSString * _Nullable method, NSArray * _Nullable args); // TODO(macOS GH#774)
15
-@property (nonatomic, copy) void (^invokeJSWithModuleDotMethod)(NSString *moduleDotMethod, NSArray *args);
+@property (nonatomic, copy) void (^invokeJSWithModuleDotMethod)(NSString * _Nullable moduleDotMethod, NSArray * _Nullable args);
16
17
@end
0 commit comments