修复了私聊送礼物展示的用户首充信息不对的问题
This commit is contained in:
@@ -10,11 +10,9 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPGiftPresenter : BaseMvpPresenter
|
||||
|
||||
- (void)attatchView:(id)view;
|
||||
|
||||
- (id)getView;
|
||||
|
||||
/// 获取用户信息
|
||||
/// @param uid 查询的用户的uid
|
||||
- (void)getUserInfo:(NSString *)uid;
|
||||
/// 获取用户钱包信息
|
||||
- (void)getUserWallInfo;
|
||||
/// 获取普通的礼物
|
||||
|
Reference in New Issue
Block a user