mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
12 lines
210 B
Objective-C
12 lines
210 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@class RCTBridge;
|
|
|
|
@interface RCTTouchHandler : UIGestureRecognizer
|
|
|
|
- (instancetype)initWithBridge:(RCTBridge *)bridge;
|
|
|
|
@end
|