IAPHelper.h 364 B

12345678910111213141516
  1. //
  2. // IAPHelper.h
  3. // battle-array
  4. //
  5. // Created by Chongqing Challeng Technology Co.,Ltd. on 16/1/13.
  6. // Copyright © 2016年 Chongqing Challeng Technology Co.,Ltd. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface IAPHelper : NSObject
  10. @property(nonatomic, strong)NSArray *products;
  11. @property(nonatomic, strong)NSString *productId;
  12. @end