Files
keyboard/keyBoard/Class/Pay/V/KBVipPayHeaderView.h
2025-11-14 19:48:15 +08:00

20 lines
372 B
Objective-C
Raw 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.

//
// 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