10 lines
277 B
C
10 lines
277 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import <React/RCTUIManager.h>
|
||
|
|
||
|
@interface REATransitionManager : NSObject
|
||
|
|
||
|
- (instancetype)initWithUIManager:(RCTUIManager *)uiManager;
|
||
|
- (void)animateNextTransitionInRoot:(nonnull NSNumber *)reactTag withConfig:(NSDictionary *)config;
|
||
|
|
||
|
@end
|