//
// 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 */