17 lines
264 B
Objective-C
17 lines
264 B
Objective-C
//
|
|
// YMMineBlackListPresenter.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2022/5/13.
|
|
//
|
|
|
|
#import "BaseMvpPresenter.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMineBlackListPresenter : BaseMvpPresenter
|
|
- (void)getUserListInfo:(NSArray *)array;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|