Skip to content

Commit cb1de8f

Browse files
author
Shan Haq
committed
fixed the import
1 parent dc16829 commit cb1de8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

SHModelObject/SHModelObject/SHRealmObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#import <Foundation/Foundation.h>
2424
#import "SHModelSerialization.h"
25-
#import <RLMObject.h>
25+
#import <Realm/RLMObject.h>
2626
#import "SHConstants.h"
2727

2828
/**

0 commit comments

Comments
 (0)