Files
Phonegap-Cookies-Plugin/src/ios/CDVCookies.h
T
2013-12-02 16:01:38 +01:00

16 lines
196 B
Objective-C

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