123456789101112131415161718192021222324252627282930 |
- //
- // YOUPAILZLiveAnchorHotMemberView.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/7/23.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZLiveCurrent_anchorModel.h"
- #import "YOUPAILZLevelView.h"
- #import "YOUPAILZAvatarView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveAnchorHotMemberView : UIView
- @property (nonatomic, weak) UILabel *youpaiprankL;
- @property (nonatomic, weak) YOUPAILZAvatarView *youpaipavatarView;
- @property (nonatomic, weak) UILabel *youpaipnicknameL;
- @property (nonatomic, weak) UIImageView *youpaipsexV;
- @property (nonatomic, weak) UIImageView *youpaipvipImgV;
- @property (nonatomic, weak) YOUPAILZLevelView *youpaiplevelView;
- @property (nonatomic, weak) UILabel *youpaipcontributionL;
- @property (nonatomic, weak) UILabel *youpaiplastDifferenceL;
- - (void)youpaifreloadWithModel:(YOUPAILZLiveCurrent_anchorModel *)member;
- @end
- NS_ASSUME_NONNULL_END
|