Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / de-splashscreen-plugin   js

Repository URL to install this package:

Version: 0.0.4 

/ src / ios / DESplashScreenProvider.h

//
//  DESplashScreenProvider.h
//  HelloCordova
//
//  Created by Marco Bonati on 23/02/2017.
//
//

#ifndef DESplashScreenProvider_h
#define DESplashScreenProvider_h

@protocol DESplashScreenProvider
- (UIView*)createSplashScreenView;
@end

#endif /* DESplashScreenProvider_h */