CNBainuoPayManagerDelegate.h 326 Bytes
//
//  CNBainuoPayManagerDelegate.h
//  BBASMDemo_Example
//
//  Created by CNLive on 2021/10/29.
//  Copyright © 2021 杨苓玉. All rights reserved.
//

#import <Foundation/Foundation.h>


NS_ASSUME_NONNULL_BEGIN

@interface CNBainuoPayManagerDelegate : NSObject

+ (instancetype)shareInstance;
@end

NS_ASSUME_NONNULL_END