Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
fixed the header for 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-zhao committed Mar 21, 2012
1 parent e5f2319 commit 82b06b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iPhone/FileUploader/FileUploader.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
// //


#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#ifdef PHONEGAP_FRAMEWORK #ifdef CORDOVA_FRAMEWORK
#import <PhoneGap/PGPlugin.h> #import <CORDOVA/CDVPlugin.h>
#else #else
#import "PGPlugin.h" #import "CORDOVA/CDVPlugin.h"
#endif #endif


@interface FileUploader : PGPlugin { @interface FileUploader : CDVPlugin {


} }
- (void) upload:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options; - (void) upload:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;
Expand Down

0 comments on commit 82b06b4

Please sign in to comment.