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