Files
peko-ios/YuMi/Modules/YMMine/View/Setting/XPMineSettingViewController.h
2023-07-14 18:50:55 +08:00

18 lines
321 B
Objective-C

//
// YMMineSettingViewController.h
// YUMI
//
// Created by YUMI 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