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

17 lines
257 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.

//
// KBVipPay.h
// keyBoard
//
// Created by Mac on 2025/11/14.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/// VIP 订阅页(整体使用 UICollectionView上下滚动
@interface KBVipPay : UIViewController
@end
NS_ASSUME_NONNULL_END