X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Config.m;h=84e6c324a782a09f22fba76fc41f4e6ef38c2c83;hp=727b8b01a5c730824519b3deda548cb77a949918;hb=3090f311c3406d9c157630bc9744b9b14aa42311;hpb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e diff --git a/Config.m b/Config.m index 727b8b0..84e6c32 100644 --- a/Config.m +++ b/Config.m @@ -7,11 +7,14 @@ #import "Config.h" +#import "JSAction.h" + @implementation Config { NSMutableDictionary *entries; } -@synthesize protect, name, entries; +@synthesize name; +@synthesize entries; - (id)init { if ((self = [super init])) {