1234567891011121314151617 |
- //
- // FUColourFlowLayout.h
- // FULiveDemo
- //
- // Created by 孙慕 on 2019/5/31.
- // Copyright © 2019 FaceUnity. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface FUColourFlowLayout : UICollectionViewFlowLayout
- @end
- NS_ASSUME_NONNULL_END
|