修改了个人资料页的蒙版的效果

This commit is contained in:
fengshuo
2021-09-27 11:15:28 +08:00
parent c9dd6001b4
commit 45a5a38a2a
21 changed files with 637 additions and 72 deletions

View File

@@ -0,0 +1,16 @@
//
// XPMineUserTableView.h
// xplan-ios
//
// Created by 冯硕 on 2021/9/27.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineUserTableView : UITableView
///
@property (nonatomic,weak) UIViewController *userInfoVC;
@end
NS_ASSUME_NONNULL_END