20 lines
372 B
C
20 lines
372 B
C
|
|
//
|
|||
|
|
// KBVipPayHeaderView.h
|
|||
|
|
// keyBoard
|
|||
|
|
//
|
|||
|
|
// 顶部大头部视图:包含 5 张图片
|
|||
|
|
// - 高度:484 + 导航总高度
|
|||
|
|
// - 图片资源:pay_vip_icon、pay_ai_icon、pay_keyboard_icon、pay_chat_icon、pay_emotion_icon
|
|||
|
|
//
|
|||
|
|
|
|||
|
|
#import <UIKit/UIKit.h>
|
|||
|
|
|
|||
|
|
NS_ASSUME_NONNULL_BEGIN
|
|||
|
|
|
|||
|
|
@interface KBVipPayHeaderView : UICollectionReusableView
|
|||
|
|
|
|||
|
|
|
|||
|
|
NS_ASSUME_NONNULL_END
|
|||
|
|
@end
|
|||
|
|
|