Repository URL to install this package:
//
// 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 */