Files
keyboard/keyBoard/Class/Pay/VC/KBVipPay.h

17 lines
259 B
C
Raw Permalink Normal View History

2025-11-14 18:43:08 +08:00
//
// KBVipPay.h
// keyBoard
//
// Created by Mac on 2025/11/14.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
2025-11-14 19:48:15 +08:00
/// VIP 订阅页(整体使用 UICollectionView上下滚动
2025-11-14 23:09:04 +08:00
@interface KBVipPay : BaseViewController
2025-11-14 18:43:08 +08:00
@end
NS_ASSUME_NONNULL_END