YOUPAIZYUserZiLiaoXZCell.h 568 B

123456789101112131415161718192021222324
  1. //
  2. // YOUPAIZYUserZiLiaoXZCell.h
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/9/7.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. //@protocol ZYDidBHCellOrBtnDelegate <NSObject>
  11. //
  12. //-(void)youpaifBHDidCellOrBtnclick:(BOOL)isBiHu;
  13. //
  14. //
  15. //@end
  16. @interface YOUPAIZYUserZiLiaoXZCell : UICollectionViewCell
  17. @property (nonatomic, strong) UILabel *youpaiptitleLabel;
  18. @property (strong, nonatomic) NSArray *youpaipdataArr;
  19. //@property(nonatomic,weak)id<ZYDidBHCellOrBtnDelegate>delegate;
  20. @end
  21. NS_ASSUME_NONNULL_END