1234567891011121314151617181920 |
- //
- // YMRankingListTopThreeUserView.h
- // MSYOUPAI
- //
- // Created by YoMi on 2024/2/14.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import "YMBaseView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YMRankingListTopThreeUserView : YMBaseView
- /// 挂件图片
- @property (nonatomic, strong) UIImage *pendantImage;
- /// 头像尺寸
- @property (nonatomic, assign) CGFloat avatarSize;
- @end
- NS_ASSUME_NONNULL_END
|