17 lines
221 B
Objective-C
17 lines
221 B
Objective-C
//
|
|
// KBSvipBenefitBgView.h
|
|
// keyBoard
|
|
//
|
|
// 权益列表背景装饰视图
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface KBSvipBenefitBgView : UICollectionReusableView
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|