Sign in

iOS Team / CNliveBBASMModule · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNliveBBASMModule
  • CNLiveBBASMModule
  • Classes
  • CNLiveBBASMImpl
  • CNPayment
  • CNBainuoPayManagerDelegate.h
  • no message
    0fe91837
    yanglingyu authored
    2021-11-04 18:17:00 +0800  
    Browse Code »
CNBainuoPayManagerDelegate.h 326 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  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