Skip to content

Commit

Permalink
Exposed the store on WAMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ipodishima committed Feb 26, 2016
1 parent f08327c commit eb73057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Files/WAMapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ typedef void (^WAMapperCompletionBlock)(NSArray *mappedObjects);
*/
- (void)mapFromRepresentation:(id)json mapping:(WAEntityMapping *)mapping completion:(WAMapperCompletionBlock)completion;

@property (nonatomic, strong, readonly) id <WAStoreProtocol> store;

@end

0 comments on commit eb73057

Please sign in to comment.