#import <Cordova/CDV.h>

@interface Exit : CDVPlugin

- (void)exit:(CDVInvokedUrlCommand *)command;

@end
