newsmemory-ios-sdk/Frameworks/RNReanimated.xcframework/ios-arm64/Headers/REAUIManager.h

17 lines
463 B
C
Raw Normal View History

2024-10-29 07:36:43 +00:00
#import <RNReanimated/REAAnimationsManager.h>
#import <React/RCTBridge+Private.h>
#import <React/RCTDefines.h>
#import <React/RCTUIManager.h>
NS_ASSUME_NONNULL_BEGIN
@interface REAUIManager : RCTUIManager
@property BOOL blockSetter;
- (void)setBridge:(RCTBridge *)bridge;
- (void)setUp:(REAAnimationsManager *)animationsManager;
- (void)unregisterView:(id<RCTComponent>)view;
@property (nonatomic, copy) void (^flushUiOperations)();
@end
NS_ASSUME_NONNULL_END