17 lines
264 B
C
17 lines
264 B
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
|