Files
fanyin-ios/QXLive/Mine(音域)/View/个人主页/相册/QXPhotosSectionView.h
2025-08-12 14:27:12 +08:00

17 lines
267 B
Objective-C

//
// QXPhotosSectionView.h
// QXLive
//
// Created by 启星 on 2025/6/5.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXPhotosSectionView : UICollectionReusableView
@property (nonatomic,strong)UILabel *titleLabel;
@end
NS_ASSUME_NONNULL_END