X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Config.h;h=a2ba55b6f3deb16c0ad324e344d673d7fc034f5f;hp=606529dc46d2c95d9580b54d11d435bb8be3eff6;hb=f864d363128de19fc6591b77ae9226b34166d715;hpb=f563321aec9e13b8479ab3b890a9179f095a8b17 diff --git a/Config.h b/Config.h index 606529d..a2ba55b 100644 --- a/Config.h +++ b/Config.h @@ -7,7 +7,7 @@ // @class Target; -@class JSAction; +@class NJInput; @interface Config : NSObject @@ -15,8 +15,8 @@ @property (nonatomic, readonly) NSMutableDictionary *entries; - (id)initWithName:(NSString *)name; -- (Target *)objectForKeyedSubscript:(JSAction *)action; -- (void)setObject:(Target *)target forKeyedSubscript:(JSAction *)action; +- (Target *)objectForKeyedSubscript:(NJInput *)input; +- (void)setObject:(Target *)target forKeyedSubscript:(NJInput *)input; - (NSDictionary *)serialize; @end