| 1234567891011121314151617181920 |
- //
- // UICollectionViewLeftAlignedLayout.h
- // SeeTheDay
- //
- // Created by lww on 2022/11/23.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UICollectionViewLeftAlignedLayout : UICollectionViewFlowLayout
- @end
- @protocol UICollectionViewDelegateLeftAlignedLayout <UICollectionViewDelegateFlowLayout>
- @end
- NS_ASSUME_NONNULL_END
|