X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Config.h;h=606529dc46d2c95d9580b54d11d435bb8be3eff6;hp=72f00844de29899ae28f51f20fb2e170af68d807;hb=19f40be5b645e44ffb55bdce0b6cc5c5615f68e7;hpb=b0e48a152d139c0b9aeb1ee4a32ba24a4e3aa805 diff --git a/Config.h b/Config.h index 72f0084..606529d 100644 --- a/Config.h +++ b/Config.h @@ -11,8 +11,8 @@ @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;