13 lines
170 B
Objective-C
13 lines
170 B
Objective-C
//
|
|
// CandyTreeMoreItemModel.m
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2023/3/10.
|
|
//
|
|
|
|
#import "CandyTreeMoreItemModel.h"
|
|
|
|
@implementation CandyTreeMoreItemModel
|
|
|
|
@end
|