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

18 lines
328 B
Objective-C

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