#import <Cordova/CDV.h>

@interface IsDebug : CDVPlugin {
  // Member variables go here.
}

- (void)IsDebugBuild:(CDVInvokedUrlCommand*)command;
@end