mirror of
https://github.com/bez4pieci/Phonegap-Cookies-Plugin
synced 2026-05-25 00:03:21 +08:00
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
|