国内WASDK Apple实现层
lpw
2021-04-06 90bbcafede60cdac6d2a45088c71fda986d1bcd0
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;
97c340 13 @property(nonatomic)NSInteger status;
330f2f 14 @end