Learn more  » 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-core-plugin   js

Repository URL to install this package:

Version: 0.2.0 

/ src / ios / DECorePlugin.h

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

#ifndef DECorePlugin_h
#define DECorePlugin_h

@interface DECorePlugin : CDVPlugin {
}
- (void)coolMethod:(CDVInvokedUrlCommand*)command;
+ (NSDictionary*)appConfiguration;
@end
#endif /* DECorePlugin_h */