UICollectionViewLeftAlignedLayout.h 347 B

1234567891011121314151617181920
  1. //
  2. // UICollectionViewLeftAlignedLayout.h
  3. // SeeTheDay
  4. //
  5. // Created by lww on 2022/11/23.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface UICollectionViewLeftAlignedLayout : UICollectionViewFlowLayout
  10. @end
  11. @protocol UICollectionViewDelegateLeftAlignedLayout <UICollectionViewDelegateFlowLayout>
  12. @end
  13. NS_ASSUME_NONNULL_END