Skip to content

Commit

Permalink
correct pragma mark definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroBanana committed Oct 26, 2023
1 parent 5af5002 commit ee67ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/Handlers/RNNativeViewHandler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ - (void)reset

@end

#pragma mark RNNativeViewgestureHandler
#pragma mark RNNativeViewGestureHandler

@implementation RNNativeViewGestureHandler {
BOOL _shouldActivateOnStart;
Expand Down

0 comments on commit ee67ef2

Please sign in to comment.