Skip to content

Commit 545a393

Browse files
committed
Add nullability sepcifier
1 parent c434589 commit 545a393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-gesture-handler/apple/RNGestureHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
- (void)setConfig:(nullable NSDictionary *)config NS_REQUIRES_SUPER;
9797
- (void)updateConfig:(nullable NSDictionary *)config NS_REQUIRES_SUPER;
9898
- (void)updateRelations:(nonnull NSDictionary *)relations;
99-
- (BOOL)shouldSuppressActiveEvent:(RNGestureHandlerEventExtraData *)extraData;
99+
- (BOOL)shouldSuppressActiveEvent:(nonnull RNGestureHandlerEventExtraData *)extraData;
100100
- (void)handleGesture:(nonnull id)recognizer;
101101
- (void)handleGesture:(nonnull id)recognizer fromReset:(BOOL)fromReset;
102102
- (void)handleGesture:(nonnull id)recognizer

0 commit comments

Comments
 (0)