123456789101112131415161718192021222324 |
- //
- // YOUPAIZYUserZiLiaoXZCell.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/9/7.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- //@protocol ZYDidBHCellOrBtnDelegate <NSObject>
- //
- //-(void)youpaifBHDidCellOrBtnclick:(BOOL)isBiHu;
- //
- //
- //@end
- @interface YOUPAIZYUserZiLiaoXZCell : UICollectionViewCell
- @property (nonatomic, strong) UILabel *youpaiptitleLabel;
- @property (strong, nonatomic) NSArray *youpaipdataArr;
- //@property(nonatomic,weak)id<ZYDidBHCellOrBtnDelegate>delegate;
- @end
- NS_ASSUME_NONNULL_END
|