// // titleLabelReusableView.h // // // Created by David on 2024/5/13. // #import NS_ASSUME_NONNULL_BEGIN @interface titleLabelReusableView : UICollectionReusableView @property(nonatomic,strong) UILabel *titlelabel; @end NS_ASSUME_NONNULL_END