• This project
    • Loading...
  • Sign in

public_service / hwsdk_public_ios

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hwsdk_public_ios
  • PoolSdk_Demo
  • Demo
  • HaiBaoJuheSDK.framework
  • Headers
  • IAPShare.h
  • xuguohong's avatar
    提交乐游iOS版本 · 18057b9b
    18057b9b
    xuguohong authored 2019-07-18 15:32:09 +0800
IAPShare.h 323 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  IAPShare.h
//  ;
//
//  Created by Htain Lin Shwe on 10/7/12.
//  Copyright (c) 2012 Edenpod. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "IAPHelper.h"
@interface IAPShare : NSObject
@property (nonatomic,strong) IAPHelper *iap;

+ (IAPShare *) sharedHelper;

+(id)toJSON:(NSString*)json;
@end