// // UICollectionViewLeftAlignedLayout.h // SeeTheDay // // Created by lww on 2022/11/23. // #import NS_ASSUME_NONNULL_BEGIN @interface UICollectionViewLeftAlignedLayout : UICollectionViewFlowLayout @end @protocol UICollectionViewDelegateLeftAlignedLayout @end NS_ASSUME_NONNULL_END