// // YOUPAIZYUserZiLiaoSHNoDataCell.h // VQU // // Created by 肖浩然的mac on 2021/7/16. // Copyright © 2021 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN typedef void (^DidClickSh)(void); @interface YOUPAIZYUserZiLiaoSHNoDataCell : UICollectionViewCell @property (strong, nonatomic) NSArray *youpaipdataArr; /* 庇护按钮 */ @property (strong, nonatomic) UIButton *youpaipshouhuBtn; /* userID */ @property (copy, nonatomic) NSString *youpaipuserId; /* titleLabel */ @property (strong, nonatomic) UILabel *youpaiptitleLabel; /* 点击守护 */ @property (copy, nonatomic) DidClickSh youpaipdidClickSh; @end NS_ASSUME_NONNULL_END