// // ChooseContactTableViewCell.h // LekangGuard // // Created by ecell on 2022/11/29. // #import "ZZTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @class PPPersonModel; @interface ChooseContactTableViewCell : ZZTableViewCell @property (nonatomic ,strong) PPPersonModel *perModel; @property (nonatomic ,assign) BOOL isAddFamily; @end NS_ASSUME_NONNULL_END