Files
fanyin-ios/QXLive/Third/ZLCollectionViewFlowLayout/ZLCollectionReusableView.h
2025-08-12 14:27:12 +08:00

14 lines
261 B
Objective-C

//
// ZLCollectionReusableView.h
// ZLCollectionView
//
// Created by zhaoliang chen on 2018/7/9.
// Copyright © 2018年 zhaoliang chen. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ZLCollectionReusableView : UICollectionReusableView
@end