#import <Cordova/CDV.h> @interface Toast : CDVPlugin - (void)show:(CDVInvokedUrlCommand*)command; - (void)hide:(CDVInvokedUrlCommand*)command; @end