Skip to content

Commit

Permalink
Merge pull request #32 from raspu/master
Browse files Browse the repository at this point in the history
Make it build for Realm 0.91
  • Loading branch information
matthewcheok committed Mar 11, 2015
2 parents 951f6e0 + b52c711 commit b5a5188
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Realm+JSON/RLMObject+Copying.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

#import "RLMObject+Copying.h"

#import <Realm/RLMProperty.h>
#import <Realm/RLMObjectSchema.h>

@implementation RLMObject (Copying)

- (instancetype)shallowCopy {
Expand Down
3 changes: 3 additions & 0 deletions Realm+JSON/RLMObject+JSON.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

#import "RLMObject+JSON.h"

#import <Realm/RLMProperty.h>
#import <Realm/RLMObjectSchema.h>

// RLMSchema private interface
@interface RLMSchema ()
// class for string
Expand Down

0 comments on commit b5a5188

Please sign in to comment.