#import <Cordova/CDV.h>

@interface ContextAwareAdinCubeDelegate : NSObject

@property (weak) CDVPlugin* cdvPlugin;

- (id)initWithPlugin:(CDVPlugin*)plugin command:(CDVInvokedUrlCommand*)command;

- (void)dispatchJavascriptEvent:(NSString*)eventName;
- (void)dispatchJavascriptEvent:(NSString*)eventName content:(NSString*)content;

@end