处理kbpayvip

This commit is contained in:
2026-02-04 12:33:01 +08:00
parent 305326aa9a
commit 68a610e0a8
11 changed files with 470 additions and 100 deletions

View File

@@ -0,0 +1,17 @@
//
// KBPaySvipVC.h
// keyBoard
//
// Created by Mac on 2026/2/3.
//
#import "BaseViewController.h"
#import <JXPagingView/JXPagerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBPaySvipVC : UIViewController<JXPagerViewListViewDelegate>
@end
NS_ASSUME_NONNULL_END