Files
projet_gestion_commande/frontend-admin/node_modules/react-native-screens/ios/RNSInvalidatedComponentsRegistry.h
T
2026-02-07 22:33:02 +01:00

14 lines
292 B
Objective-C

#ifdef RCT_NEW_ARCH_ENABLED
#import <UIKit/UIKit.h>
#import "RNSViewControllerInvalidating.h"
@interface RNSInvalidatedComponentsRegistry : NSObject
- (void)pushForInvalidation:(UIView<RNSViewControllerInvalidating> *)view;
- (void)flushInvalidViews;
@end
#endif // RCT_NEW_ARCH_ENABLED