6 lines
109 B
Objective-C
6 lines
109 B
Objective-C
@protocol RNGestureHandlerStateManager
|
|
|
|
- (void)setGestureState:(int)state forHandler:(int)handlerTag;
|
|
|
|
@end
|