17 lines
235 B
Objective-C
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
|