1
This commit is contained in:
20
keyBoard/Class/Me/M/KBMyMainModel.h
Normal file
20
keyBoard/Class/Me/M/KBMyMainModel.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// KBMyMainModel.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/12/8.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "KBTagItemModel.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBMyMainModel : NSObject
|
||||
@property (nonatomic, copy) NSString *message;
|
||||
@property (nonatomic, assign) NSInteger code;
|
||||
@property (nonatomic, strong) NSArray <KBTagItemModel *>*data;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user