Files
yinmeng-ios/xplan-ios/Main/Mine/View/SubViews/MineInfo/XPMineUserTableView.h

17 lines
269 B
C
Raw Normal View History

//
// 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