YMRankingListTopThreeUserView.h 408 B

1234567891011121314151617181920
  1. //
  2. // YMRankingListTopThreeUserView.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/2/14.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YMRankingListTopThreeUserView : YMBaseView
  11. /// 挂件图片
  12. @property (nonatomic, strong) UIImage *pendantImage;
  13. /// 头像尺寸
  14. @property (nonatomic, assign) CGFloat avatarSize;
  15. @end
  16. NS_ASSUME_NONNULL_END