Skip to content

Instantly share code, notes, and snippets.

View siyu6974's full-sized avatar
๐Ÿ––

Siyu siyu6974

๐Ÿ––
View GitHub Profile
@siyu6974
siyu6974 / ModelBase.h
Created August 12, 2018 07:29
Use Realm with mantle
#import <Realm/Realm.h>
#import <Mantle/Mantle.h>
@interface ModelBase : RLMObject <MTLJSONSerializing, MTLModel>
@end