17 lines
269 B
Objective-C
17 lines
269 B
Objective-C
//
|
|
// 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
|