X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Config.h;h=606529dc46d2c95d9580b54d11d435bb8be3eff6;hp=cc96f2a53cd21ca535cccebfb82391809ef62ca9;hb=1bb3f553caac2b6b74380bd20ddc4bb1ff22abb2;hpb=320e3065d251e11370e571df5705675937b76521 diff --git a/Config.h b/Config.h index cc96f2a..606529d 100644 --- a/Config.h +++ b/Config.h @@ -11,11 +11,12 @@ @interface Config : NSObject -@property (copy) NSString *name; -@property (readonly) NSMutableDictionary *entries; +@property (nonatomic, copy) NSString *name; +@property (nonatomic, readonly) NSMutableDictionary *entries; - (id)initWithName:(NSString *)name; - (Target *)objectForKeyedSubscript:(JSAction *)action; - (void)setObject:(Target *)target forKeyedSubscript:(JSAction *)action; +- (NSDictionary *)serialize; @end