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