newsmemory-ios-sdk/Frameworks/RNScreens.xcframework/ios-arm64/Headers/RNSViewControllerInvalidati...

14 lines
286 B
Objective-C

#ifdef RCT_NEW_ARCH_ENABLED
#include <react/renderer/mounting/ShadowViewMutation.h>
@protocol RNSViewControllerInvalidating
- (void)invalidateController;
- (BOOL)shouldInvalidateOnMutation:(const facebook::react::ShadowViewMutation &)mutation;
@end
#endif // RCT_NEW_ARCH_ENABLED