This commit is contained in:
parent
260febc4cb
commit
4efbfaeadc
|
|
@ -0,0 +1,20 @@
|
|||
//
|
||||
// MiMi+CoreDataClass.h
|
||||
//
|
||||
//
|
||||
// Created by BTKJ on 2025/11/5.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CoreData/CoreData.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MiMi : NSManagedObject
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
#import "MiMi+CoreDataProperties.h"
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
//
|
||||
// MiMi+CoreDataClass.m
|
||||
//
|
||||
//
|
||||
// Created by BTKJ on 2025/11/5.
|
||||
//
|
||||
//
|
||||
|
||||
#import "MiMi+CoreDataClass.h"
|
||||
|
||||
@implementation MiMi
|
||||
|
||||
@end
|
||||
Loading…
Reference in New Issue