13 lines
154 B
Objective-C
13 lines
154 B
Objective-C
//
|
|
// CustomTextModel.m
|
|
// XinjiangProject
|
|
//
|
|
// Created by Apple on 2024/6/19.
|
|
//
|
|
|
|
#import "CustomTextModel.h"
|
|
|
|
@implementation CustomTextModel
|
|
|
|
@end
|