forked from github/Phonegap-Cookies-Plugin
16 lines
196 B
Objective-C
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
|