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 |