Skip to content

Commit 60fd51f

Browse files
author
Nguyen Duc Binh
authored
Update SplashScreen.h
1 parent 8da7d6d commit 60fd51f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/SplashScreen.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
* Email:crazycodeboy@gmail.com
88
*/
99
#import <React/RCTBridgeModule.h>
10+
#import <UIKit/UIKit.h>
1011

1112
@interface SplashScreen : NSObject<RCTBridgeModule>
13+
+ (void)showSplash:(NSString*)splashScreen inRootView:(UIView*)rootView;
1214
+ (void)show;
1315
+ (void)hide;
1416
@end

0 commit comments

Comments
 (0)