// // AboutTableViewCell.h // LekangGuard // // Created by ecell on 2023/1/7. // #import "ZZTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @interface AboutTableViewCell : ZZTableViewCell @property (nonatomic ,strong) NSString *titleStr; @end NS_ASSUME_NONNULL_END