You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
405 B
28 lines
405 B
![]()
2 years ago
|
//
|
||
|
// CommMessageTableViewCell.h
|
||
|
// LekangGuard
|
||
|
//
|
||
|
// Created by ecell on 2023/6/7.
|
||
|
//
|
||
|
|
||
|
#import "ZZTableViewCell.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface CommMessageTableViewCell : ZZTableViewCell
|
||
|
|
||
|
|
||
|
@property (nonatomic ,strong) SchModel *schModel;
|
||
|
|
||
|
|
||
|
@property (nonatomic ,strong) JobModel *jobModel;
|
||
|
|
||
![]()
2 years ago
|
/// 小红花
|
||
|
@property (nonatomic ,strong) RedFlowerModel *redModel;
|
||
|
|
||
|
|
||
|
|
||
![]()
2 years ago
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|