17 lines
306 B
C
17 lines
306 B
C
![]() |
//
|
||
|
// YMMineUserInfoGiftWallPresenter.h
|
||
|
// YUMI
|
||
|
//
|
||
|
// Created by YUMI on 2022/4/15.
|
||
|
//
|
||
|
|
||
|
#import "BaseMvpPresenter.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface XPMineUserInfoGiftWallPresenter : BaseMvpPresenter
|
||
|
- (void)getUserGiftWall:(NSString *)uid giftType:(NSInteger)giftType;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|