Files
xj-ios/XinjiangProject/XinjiangProject/Project/CustomTUIChat/cell/CustomSystemImageCell.h
T

20 lines
319 B
Objective-C

//
// CustomSystemImageCell.h
// XinjiangProject
//
// Created by Apple on 2024/6/14.
//
#import <UIKit/UIKit.h>
#import "CustomTUIHistoryModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface CustomSystemImageCell : UITableViewCell
@property (nonatomic, strong) CustomTUIHistoryModel * model;
@end
NS_ASSUME_NONNULL_END