ContributionLsitBottomView.h 590 B

1234567891011121314151617181920212223242526
  1. //
  2. // ContributionLsitBottomView.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2021/3/24.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ContributionLsitBottomView : UIView
  11. @property (nonatomic, strong) UIImageView * headImageView;
  12. @property (nonatomic, strong) UILabel * nicknameLabel;
  13. @property (nonatomic, strong) UIImageView * rankImgV;
  14. @property (nonatomic, strong) UILabel * valueLabel;
  15. @property (strong, nonatomic) UILabel *titleL;
  16. @property (strong, nonatomic) UILabel *contentL;
  17. @end
  18. NS_ASSUME_NONNULL_END