newsmemory-ios-sdk/Frameworks/react-native-splash-screen..../ios-arm64/Headers/RNSplashScreen.h

17 lines
359 B
C
Raw Normal View History

2024-05-02 15:08:24 +00:00
/**
* SplashScreen
*
* fromhttp://www.devio.org
* Author:CrazyCodeBoy
* GitHub:https://github.com/crazycodeboy
* Email:crazycodeboy@gmail.com
*/
#import <React/RCTBridgeModule.h>
#import <UIKit/UIKit.h>
@interface RNSplashScreen : NSObject<RCTBridgeModule>
+ (void)showSplashInRootView:(UIView*)rootView;
+ (void)show;
+ (void)hide;
@end