// // EditSelectContactViewController.h // LekangGuard // // Created by ecell on 2022/12/8. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface EditSelectContactViewController : BaseViewController /// string example: 与孩子关系头像id @property (nonatomic ,assign) NSInteger relationImageId; @property (nonatomic ,strong) void(^isSelectMsg)(NSInteger relationImageId ,NSString *name); @end NS_ASSUME_NONNULL_END