// // LoginRecomHeaderCollectReusView.h // BuguLive // // Created by bugu on 2019/12/11. // Copyright © 2019 xfg. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface LoginRecomHeaderCollectReusView : UICollectionReusableView @property(nonatomic, strong) UILabel *titleLabel; @end NS_ASSUME_NONNULL_END