GT2/Ejectable/node_modules/expo-splash-screen/ios/EXSplashScreen/EXSplashScreenViewProvider.h

15 lines
246 B
C
Raw Normal View History

2021-08-16 00:14:59 +00:00
// Copyright © 2018 650 Industries. All rights reserved.
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol EXSplashScreenViewProvider
- (UIView *)createSplashScreenView;
@end
NS_ASSUME_NONNULL_END