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