国内WASDK Apple实现层
hank
2016-12-13 330f2fd1b83d2fdc7a5df1a3029f8c1990d46126
commit | author | age
330f2f 1 //
H 2 //  GHWSDKPaymentTransaction.h
3 //  GHWSdkUI
4 //
5 //  Created by wuyx on 15/8/20.
6 //  Copyright (c) 2015年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #import <StoreKit/StoreKit.h>
11 @interface WAAPPaymentTransaction : NSObject<NSCoding,NSCopying>
12 @property(strong,nonatomic)SKPaymentTransaction* skPaymentTransaction;
13 @property(nonatomic)int status;
14 @end