Files
keyboard/keyBoard/Class/Pay/V/KBSvipFlowLayout.h
2026-02-04 12:48:18 +08:00

20 lines
372 B
Objective-C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// KBSvipFlowLayout.h
// keyBoard
//
// SVIP 页面自定义布局,支持 Section 背景装饰视图
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBSvipFlowLayout : UICollectionViewFlowLayout
/// 需要添加背景的 Section 索引(默认 Section 1
@property (nonatomic, assign) NSInteger decorationSection;
@end
NS_ASSUME_NONNULL_END