YOUPAIZYUserZiLiaoBHCell.h 563 B

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