// // ModifyDataViewController.h // LekangGuard // // Created by ecell on 2023/1/8. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface ModifyDataViewController : BaseViewController @property (nonatomic ,strong) MyUserMsgModel *model; @end NS_ASSUME_NONNULL_END