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

Repository URL to install this package:

Details    
de-core-plugin / src / ios / DECorePlugin.h
Size: Mime:
//
//  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 */