1234567891011121314151617181920 |
- //
- // KWCustomLayout.h
- // westkissMob
- //
- // Created by iOS on 2022/9/14.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KWCustomLayout : UICollectionViewFlowLayout
- @end
- @protocol UICollectionViewDelegateLeftAlignedLayout <UICollectionViewDelegateFlowLayout>
- @end
- NS_ASSUME_NONNULL_END
|