X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJMapping.h;h=0d5db8919f4fc39e5bfcc05badc4198154b4cc7c;hp=8b800123f49a22fb4344a01cc67aa744c12e5de8;hb=b14d8429658dd6f3f7b4904301031addb502b22c;hpb=58ce8f7f50f382f18e7b416eca737803af284868 diff --git a/Classes/NJMapping.h b/Classes/NJMapping.h index 8b80012..0d5db89 100644 --- a/Classes/NJMapping.h +++ b/Classes/NJMapping.h @@ -15,12 +15,12 @@ @property (nonatomic, readonly) NSUInteger count; + (id)mappingWithContentsOfURL:(NSURL *)url - mappings:(NSArray *)mappings + mappings:(id )mappings error:(NSError **)error; - (id)initWithName:(NSString *)name; - (id)initWithSerialization:(NSDictionary *)serialization - mappings:(NSArray *)mappings; + mappings:(id )mappings; - (NJOutput *)objectForKeyedSubscript:(NJInput *)input; - (void)setObject:(NJOutput *)output forKeyedSubscript:(NJInput *)input;