Files
peko-ios/YuMi/Modules/YMMine/View/Setting/XPMineBlackListViewController.h

17 lines
235 B
C
Raw Normal View History

2023-07-06 16:54:13 +08:00
//
// YMMineBlackListViewController.h
// YUMI
//
// Created by YUMI on 2022/4/25.
//
2023-07-14 18:50:55 +08:00
#import "MvpViewController.h"
2023-07-06 16:54:13 +08:00
NS_ASSUME_NONNULL_BEGIN
2023-07-14 18:50:55 +08:00
@interface XPMineBlackListViewController : MvpViewController
2023-07-06 16:54:13 +08:00
@end
NS_ASSUME_NONNULL_END