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 / DESplashScreenPlugin.h

//
//  DECorePlugin.h
//  HelloCordova
//
//  Created by Marco Bonati on 14/02/2017.
//
//

#ifndef DECorePlugin_h
#define DECorePlugin_h

@interface DESplashScreenPlugin : CDVPlugin {
}
- (void)coolMethod:(CDVInvokedUrlCommand*)command;
- (void)hideSplash:(CDVInvokedUrlCommand*)command;
- (void)showSplash:(CDVInvokedUrlCommand*)command;
- (void)destroySplash:(CDVInvokedUrlCommand*)command;
- (void)isVisible:(CDVInvokedUrlCommand*)command;
@end
#endif /* DECorePlugin_h */