Files
yinmeng-ios/xplan-ios/Main/Mine/View/XPMineFansTeamViewController.h
2022-04-08 16:20:48 +08:00

17 lines
242 B
Objective-C

//
// XPMineFansTeamViewController.h
// xplan-ios
//
// Created by GreenLand on 2022/4/8.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineFansTeamViewController : MvpViewController
@end
NS_ASSUME_NONNULL_END