// // MarkExplainTableViewCell.h // LekangGuard // // Created by ecell on 2022/12/12. // #import "ZZTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @interface MarkExplainTableViewCell : ZZTableViewCell @property (weak, nonatomic) UIImageView *remarkImg; @property (weak, nonatomic) UILabel *remarkType; @property (weak, nonatomic) UILabel *remarkContent; @end NS_ASSUME_NONNULL_END