Files
peko-ios/YuMi/Modules/YMMine/View/Cell/XPMineHeadFunctionItemLayout.h
2023-07-14 18:50:55 +08:00

17 lines
235 B
Objective-C

//
// YMMineHeadFunctionItemLayout.h
// YUMI
//
// Created by YUMI on 2022/8/4.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineHeadFunctionItemLayout : UICollectionViewFlowLayout
@end
NS_ASSUME_NONNULL_END