// // HomeTableViewCell.h // LekangGuard // // Created by ecell on 2022/10/14. // #import "ZZTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @interface HomeTableViewCell : ZZTableViewCell /// 名称 @property (nonatomic ,strong) NSString *titleStr; @property (nonatomic ,strong) LatestLocationModel *laLoModel; @end NS_ASSUME_NONNULL_END