YOUPAIRightCollectionContentCell.h 508 B

1234567891011121314151617181920
  1. //
  2. // YOUPAIRightCollectionContentCell.h
  3. // MSYOUPAI
  4. //
  5. // Created by xiaohaoran on 2022/3/1.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIRightCollectionContentCell : UICollectionViewCell
  11. @property (strong, nonatomic) UIImageView *youpaipiconImageView;
  12. /* 按钮 */
  13. @property (strong, nonatomic) UIImageView *youpaipplayImageView;
  14. @property(nonatomic,assign)BOOL cycleShow;//选中的外圈是否显示
  15. @end
  16. NS_ASSUME_NONNULL_END