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

14 lines
254 B
Objective-C

// Copyright 2015-present 650 Industries. All rights reserved.
#if RCT_DEV
// This is needed because RCTPerfMonitor does not declare a public interface that we can import.
@interface RCTPerfMonitor <NSObject>
- (void)show;
- (void)hide;
@end
#endif