X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJMapping.h;h=be3aa7689c3c44eef4780e7083e696491d833d64;hp=0d5db8919f4fc39e5bfcc05badc4198154b4cc7c;hb=24bdb92798b9abe86c7954042a47523791736b7c;hpb=a3d6f991d110dcccb70e137f43cbafc60f7ecee7 diff --git a/Classes/NJMapping.h b/Classes/NJMapping.h index 0d5db89..be3aa76 100644 --- a/Classes/NJMapping.h +++ b/Classes/NJMapping.h @@ -15,12 +15,10 @@ @property (nonatomic, readonly) NSUInteger count; + (id)mappingWithContentsOfURL:(NSURL *)url - mappings:(id )mappings error:(NSError **)error; - (id)initWithName:(NSString *)name; -- (id)initWithSerialization:(NSDictionary *)serialization - mappings:(id )mappings; +- (id)initWithSerialization:(NSDictionary *)serialization; - (NJOutput *)objectForKeyedSubscript:(NJInput *)input; - (void)setObject:(NJOutput *)output forKeyedSubscript:(NJInput *)input; @@ -29,4 +27,6 @@ - (BOOL)hasConflictWith:(NJMapping *)other; - (void)mergeEntriesFrom:(NJMapping *)other; +- (void)postLoadProcess:(id )allMappings; + @end