mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
conditional import of <PhoneGap/PhoneGapCommand.h>...
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
// MIT Licensed
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#ifdef PHONEGAP_FRAMEWORK
|
||||
#import <PhoneGap/PhoneGapCommand.h>
|
||||
#else
|
||||
#import "PhoneGapCommand.h"
|
||||
#endif
|
||||
|
||||
@interface PromptAlertView : UIAlertView {
|
||||
UITextField *textField;
|
||||
|
||||
Reference in New Issue
Block a user