// // IAPHelper.h // battle-array // // Created by Chongqing Challeng Technology Co.,Ltd. on 16/1/13. // Copyright © 2016年 Chongqing Challeng Technology Co.,Ltd. All rights reserved. // #import @interface IAPHelper : NSObject @property(nonatomic, strong)NSArray *products; @property(nonatomic, strong)NSString *productId; @end