mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-04-29 12:35:52 +08:00
6 lines
102 B
Objective-C
6 lines
102 B
Objective-C
#import "_MappedEntity.h"
|
|
|
|
@interface MappedEntity : _MappedEntity {}
|
|
// Custom logic goes here.
|
|
@end
|