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