Files
yinmeng-ios/xplan-ios/Main/Mine/View/Setting/XPMineBlackListViewController.h

17 lines
242 B
C
Raw Normal View History

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