KWCustomLayout.h 310 B

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