我的页面改版(账户、赛事调整,新增技能卡入口)

This commit is contained in:
chenguilong
2022-01-19 16:04:46 +08:00
parent 65f730cdd3
commit 7d6fe95f65
61 changed files with 882 additions and 298 deletions

View File

@@ -17,6 +17,9 @@ NS_ASSUME_NONNULL_BEGIN
/// 获取普通的选项
/// @param matchItems 数据源
- (void)onGetNormalItemsSuccess:(NSArray<XPMineItemModel *> *)matchItems;
///获取卡片选项
///@param cardItems 数据源
- (void)onGetCardItemsSuccess:(NSArray<XPMineItemModel *> *)cardItems;
///获取用户信息成功
- (void)onGetUserInfoSuccess:(UserInfoModel *)userInfo;
@end