Files
yinmeng-ios/xplan-ios/Main/Mine/View/Setting/XPMineBlackListViewController.h
2022-05-13 22:14:38 +08:00

17 lines
242 B
Objective-C

//
// XPMineBlackListViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/4/25.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineBlackListViewController : MvpViewController
@end
NS_ASSUME_NONNULL_END