Files
yinmeng-ios/xplan-ios/Main/Mine/View/Setting/XPMineVerifIdentityViewController.h

18 lines
353 B
C
Raw Normal View History

//
// 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