20 lines
319 B
Objective-C
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
|