// // CDVCookies.h // Dreamflat // // Created by Dr. E on 25/11/13. // // #import @interface CDVCookies : CDVPlugin - (void)clear:(CDVInvokedUrlCommand*)command; @end