11 lines
184 B
C
11 lines
184 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import <React/RCTCxxBridgeDelegate.h>
|
||
|
|
||
|
#ifndef DONT_AUTOINSTALL_REANIMATED
|
||
|
|
||
|
@interface UIResponder (Reanimated) <RCTCxxBridgeDelegate>
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif
|