• This project
    • Loading...
  • Sign in

public_service / public_sdk_ios

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • public_sdk_ios
  • channel
  • poolsdk_youdian
  • SDK
  • AppleIap.h
  • xuguohong's avatar
    add public sdk ios · ff8b5cdf
    ff8b5cdf Browse Files
    xuguohong authored 2017-07-04 11:09:39 +0800
AppleIap.h 290 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  AppleIap.h
//  Demo_youdian
//
//  Created by 许 on 17/6/20.
//  Copyright © 2017年 winFan. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface AppleIap : NSObject


-(void)applePay:(NSString*)products amount:(NSString*)amount queryId:(NSString*)queryId;

@end