// // NotiCenterImageTableViewCell.h // ShenQi // // Created by twotutoo on 2025/1/11. // #import #import "PushRecordList.h" NS_ASSUME_NONNULL_BEGIN @interface NotiCenterImageTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *contentImageView; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *imageHeightConstraint; @property (weak, nonatomic) IBOutlet UILabel *contentLabel; @property (nonatomic, strong) PushRecordList *list; @end NS_ASSUME_NONNULL_END