// // YOUPAIBBProfileHeaderView.h // VQU // // Created by Elaine on 2021/10/19. // Copyright © 2021 MS. All rights reserved. // #import #import "YOUPAILCUserModel.h" #import "YOUPAILCUserCountModel.h" #import "YOUPAILZLiveCardModel.h" #import "YOUPAILCBaseInfo.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIBBProfileHeaderView : UIView /* YOUPAILCBaseInfo */ @property (strong, nonatomic) YOUPAILCBaseInfo *youpaipinfoModel; /// 更新用户信息 - (void)youpaifreloadUserInfoWithModel:(YOUPAILCUserModel *)youpaipuserModel; /// 更新数量信息 - (void)youpaifreloadCountWithModel:(YOUPAILCUserCountModel *)model; /// 更新用户等级 - (void)youpaifreloadUserLevelModel:(YOUPAILZLiveCardModel *)model; /// 更新账户资产信息 /// balance 余额 /// profit 收益 - (void)youpaifreloadAccountWithBalance:(NSInteger)balance profit:(NSString *)profit; @end NS_ASSUME_NONNULL_END