// // titleLabelReusableView.h // 双子星云手机 // // Created by xd h on 2024/5/13. // #import NS_ASSUME_NONNULL_BEGIN @interface titleLabelReusableView : UICollectionReusableView @property(nonatomic,strong) UILabel *titlelabel; @end NS_ASSUME_NONNULL_END