CNLivePayManagerController.h 378 Bytes
//
//  CNLivePayManagerController.h
//  CNLiveBalanceModule
//
//  Created by 153993236@qq.com on 11/12/2019.
//  Copyright (c) 2019 153993236@qq.com. All rights reserved.
//

/**
 * 支付管理
 */

#import <UIKit/UIKit.h>
#import "CNCommonViewController.h"

NS_ASSUME_NONNULL_BEGIN

@interface CNLivePayManagerController : CNCommonViewController

@end

NS_ASSUME_NONNULL_END