This commit is contained in:
2025-12-03 20:31:33 +08:00
parent 9651ae7ad7
commit 819d74cc8d
6 changed files with 19 additions and 4 deletions

View File

@@ -6,10 +6,12 @@
// 个人资料
#import <UIKit/UIKit.h>
#import "KBUser.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBPersonInfoVC : BaseViewController
@property (nonatomic, strong) KBUser *userModel;
@end