2026-02-04 12:33:01 +08:00
|
|
|
//
|
|
|
|
|
// 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>
|
|
|
|
|
|
2026-02-04 15:57:22 +08:00
|
|
|
/// 外部调用支付
|
|
|
|
|
- (void)onTapPayButton;
|
|
|
|
|
|
2026-02-04 12:33:01 +08:00
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|