Skip to content

Commit 3c6df70

Browse files
committed
nullable compat
1 parent 80160a9 commit 3c6df70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React/Base/RCTJSInvokerModule.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
@protocol RCTJSInvokerModule
1313

1414
@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);
15+
@property (nonatomic, copy) void (^invokeJSWithModuleDotMethod)(NSString * _Nullable moduleDotMethod, NSArray * _Nullable args);
1616

1717
@end

0 commit comments

Comments
 (0)