ssap_app/node_modules/expo-dev-menu/ios/Headers/RCTRootView+Private.h

10 lines
201 B
Objective-C

// Copyright 2015-present 650 Industries. All rights reserved.
#import <React/RCTRootView.h>
@interface RCTRootView (DevMenuRootView)
- (void)javaScriptDidLoad:(NSNotification *)notification;
@end