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