diff options
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVConfigParser.h')
-rwxr-xr-x | iPhone/CordovaLib/Classes/CDVConfigParser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVConfigParser.h b/iPhone/CordovaLib/Classes/CDVConfigParser.h index 23cdd01..7392580 100755 --- a/iPhone/CordovaLib/Classes/CDVConfigParser.h +++ b/iPhone/CordovaLib/Classes/CDVConfigParser.h @@ -17,11 +17,12 @@ under the License. */ -@interface CDVConfigParser : NSObject <NSXMLParserDelegate> { -} +@interface CDVConfigParser : NSObject <NSXMLParserDelegate>{} @property (nonatomic, readonly, strong) NSMutableDictionary* pluginsDict; @property (nonatomic, readonly, strong) NSMutableDictionary* settings; @property (nonatomic, readonly, strong) NSMutableArray* whitelistHosts; +@property (nonatomic, readonly, strong) NSMutableArray* startupPluginNames; +@property (nonatomic, readonly, strong) NSString* startPage; @end |