Files
yinmeng-ios/xplan-ios/Main/Mine/View/Setting/XPMineVerifIdentityViewController.h
2022-05-13 16:12:18 +08:00

18 lines
353 B
Objective-C

//
// XPMineVerifIdentityViewController.h
// xplan-ios
//
// Created by 冯硕 on 2021/9/18.
// 验证身份
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@class UserInfoModel;
@interface XPMineVerifIdentityViewController : MvpViewController
///用户信息
@property (nonatomic,strong) UserInfoModel *userInfo;
@end
NS_ASSUME_NONNULL_END