cdts/xdts-ios 3/TreeHole/Code/Features/Profile/ViewController/ProfileCardViewController.h
2023-07-27 09:20:00 +08:00

23 lines
374 B
Objective-C

//
// ProfileCardViewController.h
// Youth
//
// Created by mambaxie on 2022/1/2.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface ProfileCardViewController : PYBaseViewController
- (instancetype)initWithUserID:(int)userID;
@property (nonatomic, strong) User *user;
@property (nonatomic, strong) User *originUser;
@end
NS_ASSUME_NONNULL_END