// // ProblemTableViewCell.h // LekangGuard // // Created by ecell on 2022/12/30. // #import "ZZTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @interface ProblemTableViewCell : ZZTableViewCell @property (nonatomic ,strong) NSString *cenText; @end NS_ASSUME_NONNULL_END