GT2/Ejectable/node_modules/react-native-reanimated/ios/native/UIResponder+Reanimated.h

11 lines
184 B
C
Raw Normal View History

2021-08-16 00:14:59 +00:00
#import <Foundation/Foundation.h>
#import <React/RCTCxxBridgeDelegate.h>
#ifndef DONT_AUTOINSTALL_REANIMATED
@interface UIResponder (Reanimated) <RCTCxxBridgeDelegate>
@end
#endif