Files
yinmeng-ios/xplan-ios/Main/Mine/View/XPMineFansTeamViewController.h

17 lines
242 B
C
Raw Normal View History

2022-04-08 16:16:38 +08:00
//
// 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