Files
featherVoice/QXLive/Third/ZLCollectionViewFlowLayout/ZLCollectionReusableView.h

14 lines
261 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// 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