mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-04-29 04:25:46 +08:00
8 lines
107 B
Objective-C
8 lines
107 B
Objective-C
#import "AbstractRelatedEntity.h"
|
|
|
|
@implementation AbstractRelatedEntity
|
|
|
|
// Custom logic goes here.
|
|
|
|
@end
|