aboutsummaryrefslogtreecommitdiffstats
path: root/iPhone/CordovaLib/Classes/CDVConfigParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVConfigParser.h')
-rwxr-xr-xiPhone/CordovaLib/Classes/CDVConfigParser.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVConfigParser.h b/iPhone/CordovaLib/Classes/CDVConfigParser.h
index 7392580..2e06c88 100755
--- a/iPhone/CordovaLib/Classes/CDVConfigParser.h
+++ b/iPhone/CordovaLib/Classes/CDVConfigParser.h
@@ -17,7 +17,10 @@
under the License.
*/
-@interface CDVConfigParser : NSObject <NSXMLParserDelegate>{}
+@interface CDVConfigParser : NSObject <NSXMLParserDelegate>
+{
+ NSString* featureName;
+}
@property (nonatomic, readonly, strong) NSMutableDictionary* pluginsDict;
@property (nonatomic, readonly, strong) NSMutableDictionary* settings;