YOUPAILZLiveAnchorHotMemberView.h 929 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // YOUPAILZLiveAnchorHotMemberView.h
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/7/23.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILZLiveCurrent_anchorModel.h"
  10. #import "YOUPAILZLevelView.h"
  11. #import "YOUPAILZAvatarView.h"
  12. NS_ASSUME_NONNULL_BEGIN
  13. @interface YOUPAILZLiveAnchorHotMemberView : UIView
  14. @property (nonatomic, weak) UILabel *youpaiprankL;
  15. @property (nonatomic, weak) YOUPAILZAvatarView *youpaipavatarView;
  16. @property (nonatomic, weak) UILabel *youpaipnicknameL;
  17. @property (nonatomic, weak) UIImageView *youpaipsexV;
  18. @property (nonatomic, weak) UIImageView *youpaipvipImgV;
  19. @property (nonatomic, weak) YOUPAILZLevelView *youpaiplevelView;
  20. @property (nonatomic, weak) UILabel *youpaipcontributionL;
  21. @property (nonatomic, weak) UILabel *youpaiplastDifferenceL;
  22. - (void)youpaifreloadWithModel:(YOUPAILZLiveCurrent_anchorModel *)member;
  23. @end
  24. NS_ASSUME_NONNULL_END