conditional import of <PhoneGap/PhoneGapCommand.h>...

This commit is contained in:
Paul Panserrieu
2011-07-06 17:22:09 +02:00
parent 2679194643
commit bde4e12e7e

View File

@@ -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;