lizhihui

更新190724版本

Showing 104 changed files with 560 additions and 327 deletions
No preview for this file type
No preview for this file type
1 -#import <UIKit/UIKit.h>
2 -#import "StoreKit/StoreKit.h"
3 -
4 -@interface BlockingAllManager : NSObject
5 -{
6 - NSString* BlockingAPPID_;
7 - NSString* BlockingAPPKEY_;
8 -
9 - NSString* BlockingInviterCode_;
10 -}
11 -
12 -@property bool BlockingGeiWoHuaQianBa;
13 -
14 -+ (BlockingAllManager *)BlockingInstance;
15 -
16 -- (void)BlockingChuShiHua;
17 -
18 -- (void)BlockingDengLu:(NSString *)BlockingAPPID : (NSString *)BlockingAPPKEY : (UIViewController *)controller;
19 -
20 -- (void)BlockingYangShi:(NSString*)BlockingLeiXing;
21 -
22 -- (void)BlockingQuery: (NSString *)BlockingFuWuQiID : (NSString *)BlockingNickName : (NSNumber *)BlockingAmount : (NSString *)BlockingCallBack : (UIViewController *)controller : (NSString *)BlockingServerName;
23 -
24 -- (void)BlockingQueryOperation:(UIViewController*)controll BlockingHuoWuID:(NSString*)products BlockingJiaGe:(NSString*)amount BlockingHuoWuMing:(NSString*)productName BlockingDingDanHao:(NSString*) DingDanHao;
25 -
26 -
27 -
28 -@end
1 -#import <Foundation/Foundation.h>
2 -
3 -extern NSString * const BlockingExitNotification;
4 -extern NSString * const BlockingLoginNotification;
5 -extern NSString * const BlockingErrorNotification;
6 -
7 -
8 -@interface BlockingHuiTiaoNotification : NSObject
9 -
10 -@end
1 -#import <UIKit/UIKit.h>
2 -
3 -@interface BlockingIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
4 -
5 -@property(nonatomic,strong) NSString* BlockingDingDanHao;
6 -@property(nonatomic,strong) NSDictionary* BlockingHuoWuLieBiao;
7 -@property(nonatomic,strong) NSMutableArray* BlockingHuoWuIDLieBiao;
8 -@property(nonatomic, strong) UITableView *BlockingHuoWuLieBiaoView;
9 -
10 -- (void)BlockingHuaQianView:(UIViewController*)controller BlockingHuoWuD:(NSString*)products BlockingQian:(NSString*)amount BlockingHuoWuMing:(NSString*)productName BlockingDingDanHao:(NSString*)DingDanHao;
11 -
12 -@end
...@@ -7,11 +7,10 @@ ...@@ -7,11 +7,10 @@
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 - 269A4B2D2297F2E80012E39E /* SDKInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 269A4B2C2297F2E70012E39E /* SDKInterface.m */; };
11 - 269A4B6E229CCDA60012E39E /* Blocking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 269A4B6D229CCDA60012E39E /* Blocking.framework */; };
12 269F653821B6613F006AEC88 /* HaiBaoJuheSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */; }; 10 269F653821B6613F006AEC88 /* HaiBaoJuheSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */; };
11 + 26B0AA0C22CB4AED00FBBC10 /* SDKInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 26B0AA0B22CB4AEC00FBBC10 /* SDKInterface.m */; };
13 845D18221C8D778400F27EB9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 845D181B1C8D778400F27EB9 /* Images.xcassets */; }; 12 845D18221C8D778400F27EB9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 845D181B1C8D778400F27EB9 /* Images.xcassets */; };
14 - 846BD2241EE9342700E89A1D /* haibaoyouxi_config in Resources */ = {isa = PBXBuildFile; fileRef = 846BD21F1EE9342700E89A1D /* haibaoyouxi_config */; }; 13 + 846BD2241EE9342700E89A1D /* haibaogame_config in Resources */ = {isa = PBXBuildFile; fileRef = 846BD21F1EE9342700E89A1D /* haibaogame_config */; };
15 847EE5E21EE9007E003A4B7B /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 847EE5E11EE9007E003A4B7B /* MainViewController.m */; }; 14 847EE5E21EE9007E003A4B7B /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 847EE5E11EE9007E003A4B7B /* MainViewController.m */; };
16 8484E4F51EE7E0DC00B402D1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8484E4F21EE7E0DC00B402D1 /* AppDelegate.m */; }; 15 8484E4F51EE7E0DC00B402D1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8484E4F21EE7E0DC00B402D1 /* AppDelegate.m */; };
17 8484E4F61EE7E0DC00B402D1 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8484E4F41EE7E0DC00B402D1 /* ViewController.m */; }; 16 8484E4F61EE7E0DC00B402D1 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8484E4F41EE7E0DC00B402D1 /* ViewController.m */; };
...@@ -59,13 +58,12 @@ ...@@ -59,13 +58,12 @@
59 /* End PBXCopyFilesBuildPhase section */ 58 /* End PBXCopyFilesBuildPhase section */
60 59
61 /* Begin PBXFileReference section */ 60 /* Begin PBXFileReference section */
62 - 269A4B2C2297F2E70012E39E /* SDKInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDKInterface.m; path = poolsdk_file/poolsdk/SDKInterface.m; sourceTree = "<group>"; };
63 - 269A4B6D229CCDA60012E39E /* Blocking.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Blocking.framework; sourceTree = "<group>"; };
64 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = HaiBaoJuheSDK.framework; sourceTree = "<group>"; }; 61 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = HaiBaoJuheSDK.framework; sourceTree = "<group>"; };
62 + 26B0AA0A22CB4AEC00FBBC10 /* SDKInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDKInterface.h; path = poolsdk_file/poolsdk/SDKInterface.h; sourceTree = "<group>"; };
63 + 26B0AA0B22CB4AEC00FBBC10 /* SDKInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDKInterface.m; path = poolsdk_file/poolsdk/SDKInterface.m; sourceTree = "<group>"; };
65 845D181B1C8D778400F27EB9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = poolsdk_file/poolsdk/Images.xcassets; sourceTree = "<group>"; }; 64 845D181B1C8D778400F27EB9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = poolsdk_file/poolsdk/Images.xcassets; sourceTree = "<group>"; };
66 845D181C1C8D778400F27EB9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = poolsdk_file/poolsdk/Info.plist; sourceTree = "<group>"; }; 65 845D181C1C8D778400F27EB9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = poolsdk_file/poolsdk/Info.plist; sourceTree = "<group>"; };
67 - 846BD21F1EE9342700E89A1D /* haibaoyouxi_config */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = haibaoyouxi_config; path = poolsdk_file/poolsdk/haibaoyouxi_config; sourceTree = "<group>"; }; 66 + 846BD21F1EE9342700E89A1D /* haibaogame_config */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = haibaogame_config; path = poolsdk_file/poolsdk/haibaogame_config; sourceTree = "<group>"; };
68 - 846BD2221EE9342700E89A1D /* SDKInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDKInterface.h; path = poolsdk_file/poolsdk/SDKInterface.h; sourceTree = "<group>"; };
69 847EE5E01EE9007E003A4B7B /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; }; 67 847EE5E01EE9007E003A4B7B /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
70 847EE5E11EE9007E003A4B7B /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; }; 68 847EE5E11EE9007E003A4B7B /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
71 8484E4F11EE7E0DC00B402D1 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 69 8484E4F11EE7E0DC00B402D1 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
...@@ -114,7 +112,6 @@ ...@@ -114,7 +112,6 @@
114 8484E5081EE7E25600B402D1 /* CoreText.framework in Frameworks */, 112 8484E5081EE7E25600B402D1 /* CoreText.framework in Frameworks */,
115 8484E50E1EE7E28000B402D1 /* QuartzCore.framework in Frameworks */, 113 8484E50E1EE7E28000B402D1 /* QuartzCore.framework in Frameworks */,
116 8484E5141EE7E2DE00B402D1 /* Foundation.framework in Frameworks */, 114 8484E5141EE7E2DE00B402D1 /* Foundation.framework in Frameworks */,
117 - 269A4B6E229CCDA60012E39E /* Blocking.framework in Frameworks */,
118 8484E50A1EE7E26200B402D1 /* Security.framework in Frameworks */, 115 8484E50A1EE7E26200B402D1 /* Security.framework in Frameworks */,
119 8484E5041EE7E24400B402D1 /* StoreKit.framework in Frameworks */, 116 8484E5041EE7E24400B402D1 /* StoreKit.framework in Frameworks */,
120 8484E4FE1EE7E1F700B402D1 /* CoreTelephony.framework in Frameworks */, 117 8484E4FE1EE7E1F700B402D1 /* CoreTelephony.framework in Frameworks */,
...@@ -143,12 +140,11 @@ ...@@ -143,12 +140,11 @@
143 8476DF641C4DD71D00EC42BA /* poolsdk */ = { 140 8476DF641C4DD71D00EC42BA /* poolsdk */ = {
144 isa = PBXGroup; 141 isa = PBXGroup;
145 children = ( 142 children = (
146 - 269A4B6D229CCDA60012E39E /* Blocking.framework */,
147 84A090AC1F174E21003D23FB /* TrackingIO.h */, 143 84A090AC1F174E21003D23FB /* TrackingIO.h */,
148 84A090AA1F160A69003D23FB /* TrackingIO.a */, 144 84A090AA1F160A69003D23FB /* TrackingIO.a */,
149 - 846BD21F1EE9342700E89A1D /* haibaoyouxi_config */, 145 + 26B0AA0A22CB4AEC00FBBC10 /* SDKInterface.h */,
150 - 846BD2221EE9342700E89A1D /* SDKInterface.h */, 146 + 26B0AA0B22CB4AEC00FBBC10 /* SDKInterface.m */,
151 - 269A4B2C2297F2E70012E39E /* SDKInterface.m */, 147 + 846BD21F1EE9342700E89A1D /* haibaogame_config */,
152 845D181B1C8D778400F27EB9 /* Images.xcassets */, 148 845D181B1C8D778400F27EB9 /* Images.xcassets */,
153 845D181C1C8D778400F27EB9 /* Info.plist */, 149 845D181C1C8D778400F27EB9 /* Info.plist */,
154 ); 150 );
...@@ -315,7 +311,7 @@ ...@@ -315,7 +311,7 @@
315 files = ( 311 files = (
316 845D18221C8D778400F27EB9 /* Images.xcassets in Resources */, 312 845D18221C8D778400F27EB9 /* Images.xcassets in Resources */,
317 BB5F3C971C1811BC00DA339D /* Main.storyboard in Resources */, 313 BB5F3C971C1811BC00DA339D /* Main.storyboard in Resources */,
318 - 846BD2241EE9342700E89A1D /* haibaoyouxi_config in Resources */, 314 + 846BD2241EE9342700E89A1D /* haibaogame_config in Resources */,
319 ); 315 );
320 runOnlyForDeploymentPostprocessing = 0; 316 runOnlyForDeploymentPostprocessing = 0;
321 }; 317 };
...@@ -333,7 +329,7 @@ ...@@ -333,7 +329,7 @@
333 isa = PBXSourcesBuildPhase; 329 isa = PBXSourcesBuildPhase;
334 buildActionMask = 2147483647; 330 buildActionMask = 2147483647;
335 files = ( 331 files = (
336 - 269A4B2D2297F2E80012E39E /* SDKInterface.m in Sources */, 332 + 26B0AA0C22CB4AED00FBBC10 /* SDKInterface.m in Sources */,
337 8484E4F51EE7E0DC00B402D1 /* AppDelegate.m in Sources */, 333 8484E4F51EE7E0DC00B402D1 /* AppDelegate.m in Sources */,
338 847EE5E21EE9007E003A4B7B /* MainViewController.m in Sources */, 334 847EE5E21EE9007E003A4B7B /* MainViewController.m in Sources */,
339 BB5F3C8E1C1811BC00DA339D /* main.m in Sources */, 335 BB5F3C8E1C1811BC00DA339D /* main.m in Sources */,
......
1 +#import <Foundation/Foundation.h>
2 +
3 +NS_ASSUME_NONNULL_BEGIN
4 +
5 +@interface EncryptTool : NSObject
6 +
7 ++ (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth withData:(NSData *)argData;
8 +
9 ++ (NSString *)doCipher:(NSString*)encryptValue;
10 +
11 ++ (NSString *)decryptUseDES:(NSString *)cipherText;
12 +
13 +@end
14 +
15 +NS_ASSUME_NONNULL_END
1 +#import <Foundation/Foundation.h>
2 +#import "GTMDefines.h"
3 +@interface GTMBase64 : NSObject
4 +
5 ++(NSData *)encodeData:(NSData *)data;
6 +
7 ++(NSData *)decodeData:(NSData *)data;
8 +
9 ++(NSData *)encodeBytes:(const void *)bytes length:(NSUInteger)length;
10 +
11 ++(NSData *)decodeBytes:(const void *)bytes length:(NSUInteger)length;
12 +
13 ++(NSString *)stringByEncodingData:(NSData *)data;
14 +
15 ++(NSString *)stringByEncodingBytes:(const void *)bytes length:(NSUInteger)length;
16 +
17 ++(NSData *)decodeString:(NSString *)string;
18 +
19 ++(NSData *)webSafeEncodeData:(NSData *)data
20 + padded:(BOOL)padded;
21 +
22 +
23 ++(NSData *)webSafeDecodeData:(NSData *)data;
24 +
25 +
26 ++(NSData *)webSafeEncodeBytes:(const void *)bytes
27 + length:(NSUInteger)length
28 + padded:(BOOL)padded;
29 +
30 +
31 ++(NSData *)webSafeDecodeBytes:(const void *)bytes length:(NSUInteger)length;
32 +
33 ++(NSString *)stringByWebSafeEncodingData:(NSData *)data
34 + padded:(BOOL)padded;
35 +
36 +
37 ++(NSString *)stringByWebSafeEncodingBytes:(const void *)bytes
38 + length:(NSUInteger)length
39 + padded:(BOOL)padded;
40 +
41 +
42 ++(NSData *)webSafeDecodeString:(NSString *)string;
43 +
44 +@end
This diff is collapsed. Click to expand it.
1 -#import "HaiBaoJuheSDK/BlockingHaiBaoJuheBaseModel.h" 1 +#import "impliedNicamHaiBaoJuheBaseModelimprove.h"
2 -@interface HaiBaoJuheCreateOrderInfo : BlockingHaiBaoJuheBaseModel 2 +@interface HaiBaoJuheCreateOrderInfo : impliedNicamHaiBaoJuheBaseModelimprove
3 3
4 @property(nonatomic,strong)NSString *serverId;//服务器ID 4 @property(nonatomic,strong)NSString *serverId;//服务器ID
5 @property(nonatomic, strong)NSString *serverName;//服务器名称 5 @property(nonatomic, strong)NSString *serverName;//服务器名称
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 @property(nonatomic, strong)NSString *userId;//用户ID 16 @property(nonatomic, strong)NSString *userId;//用户ID
17 @property(nonatomic, strong)NSString *timestamp;//时间戳 17 @property(nonatomic, strong)NSString *timestamp;//时间戳
18 18
19 -- (NSString *) BlockingHaiBaoJuheGetTsign ; 19 +- (NSString *) NicamHaiBaoJuheGetTsign ;
20 -- (NSString *) BlockingHaiBaoJuheGetTimestamp ; 20 +- (NSString *) NicamHaiBaoJuheGetTimestamp ;
21 21
22 @end 22 @end
......
1 -#import "HaiBaoJuheSDK/BlockingHaiBaoJuheBaseModel.h" 1 +#import "impliedNicamHaiBaoJuheBaseModelimprove.h"
2 -@interface HaiBaoJuheLoginInfo : BlockingHaiBaoJuheBaseModel 2 +@interface HaiBaoJuheLoginInfo : impliedNicamHaiBaoJuheBaseModelimprove
3 3
4 @property(nonatomic,strong)NSString *timestamp; 4 @property(nonatomic,strong)NSString *timestamp;
5 @property(nonatomic, strong)NSString *sign; 5 @property(nonatomic, strong)NSString *sign;
......
1 // 1 //
2 -// BlockingHaiBaoJuheReportInfo.h 2 +// NicamHaiBaoJuheReportInfo.h
3 // HaiBaoJuheSDK 3 // HaiBaoJuheSDK
4 // 4 //
5 // Created by winFan on 12/21/15. 5 // Created by winFan on 12/21/15.
6 // Copyright (c) 2015 winFan. All rights reserved. 6 // Copyright (c) 2015 winFan. All rights reserved.
7 // 7 //
8 8
9 -#import "HaiBaoJuheSDK/BlockingHaiBaoJuheBaseModel.h" 9 +#import "impliedNicamHaiBaoJuheBaseModelimprove.h"
10 -@interface HaiBaoJuheReportInfo : BlockingHaiBaoJuheBaseModel 10 +@interface HaiBaoJuheReportInfo : impliedNicamHaiBaoJuheBaseModelimprove
11 11
12 @property(nonatomic, strong)NSString *reportType;//类型 12 @property(nonatomic, strong)NSString *reportType;//类型
13 @property(nonatomic, strong)NSString *playerId;//玩家ID 13 @property(nonatomic, strong)NSString *playerId;//玩家ID
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
30 30
31 @property(nonatomic, strong)NSString *openId; 31 @property(nonatomic, strong)NSString *openId;
32 32
33 -#define REPORT_URL @"https://statistic.public.sdk.haibaoyouxi.com/sdk/statistic" 33 +//#define REPORT_URL @"https://statistic.public.sdk.haibaoyouxi.com/sdk/statistic"
34 34
35 -#define REPORT_IDFA_URL @"https://statistic.public.sdk.haibaoyouxi.com/sdk/last_channel?idfa=%@&sdkSimpleName=%@&gameSimpleName=%@" 35 +//#define REPORT_IDFA_URL @"https://statistic.public.sdk.haibaoyouxi.com/sdk/last_channel?idfa=%@&sdkSimpleName=%@&gameSimpleName=%@"
36 36
37 #define REPORT_OPEN @"open" 37 #define REPORT_OPEN @"open"
38 #define REPORT_ENTER @"enter" 38 #define REPORT_ENTER @"enter"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 10
11 @property(nonatomic, strong)NSString *urlSchemes; 11 @property(nonatomic, strong)NSString *urlSchemes;
12 12
13 -@property(strong) NSMutableArray* BlockingList; 13 +@property(strong) NSMutableArray* NicamList;
14 14
15 @property BOOL isAppleGzyazfing; 15 @property BOOL isAppleGzyazfing;
16 16
......
1 #import <UIKit/UIKit.h> 1 #import <UIKit/UIKit.h>
2 -#import "HaiBaoJuheChecker.h" 2 +#import "qualityHaiBaoJuheCheckerstorm.h"
3 #import "HaiBaoJuheReportInfo.h" 3 #import "HaiBaoJuheReportInfo.h"
4 #import "HaiBaoJuheLoginInfo.h" 4 #import "HaiBaoJuheLoginInfo.h"
5 #import "Interface.h" 5 #import "Interface.h"
6 -#import "HaiBaoJuheNotification.h" 6 +#import "studentHaiBaoJuheNotificationrosen.h"
7 -#import "HaiBaoJuheGzyazfInfo.h" 7 +#import "studentHaiBaoJuheGzyazfInforosen.h"
8 #import "UnionInterface.h" 8 #import "UnionInterface.h"
9 #import "HaiBaoJuheCreateOrderInfo.h" 9 #import "HaiBaoJuheCreateOrderInfo.h"
10 -#import "HaiBaoJuheConfig.h" 10 +#import "studentHaiBaoJuheConfigrosen.h"
11 -#import "HaiBaoJuheUtils.h" 11 +#import "partlyHaiBaoJuheUtilssudan.h"
12 #import "NetCenter.h" 12 #import "NetCenter.h"
13 #import "HaiBaoJuheSDK.h" 13 #import "HaiBaoJuheSDK.h"
14 #import "HaiBaoJuheSDKDelegate.h" 14 #import "HaiBaoJuheSDKDelegate.h"
......
1 -#define TRACK_VERSION @"1.0.1"
2 -#import <Foundation/Foundation.h>
3 -#import <UIKit/UIKit.h>
4 -
5 -NS_ASSUME_NONNULL_BEGIN
6 -@interface TrackingIO : NSObject
7 -+(void) setPrintLog :(BOOL)print;
8 -+ (void)initWithappKey:(NSString *)appKey withChannelId:(NSString *)channelId;
9 -+ (void)setRegisterWithAccountID:(NSString *)account;
10 -+ (void)setLoginWithAccountID:(NSString *)account;
11 -+(void)setGzyazfmentStart:(NSString *)transactionId gzyazfmentType:(NSString*)gzyazfmentType currentType:(NSString*)currencyType currencyAmount:(float)currencyAmount;
12 -+(void)setGzyazfment:(NSString *)transactionId gzyazfmentType:(NSString*)gzyazfmentType currentType:(NSString*)currencyType currencyAmount:(float)currencyAmount;
13 -+(void)setEvent:(NSString *)eventName andExtra:(nullable NSDictionary *)extra;
14 -+(void)setProfile:(NSDictionary *)dataDic;
15 -+(NSString*)getDeviceId;
16 -@end
17 -NS_ASSUME_NONNULL_END
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl : NSObject 4 +@interface cruiserNicamControlslavery : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 +#import <UIKit/UIKit.h>
2 +
3 +@interface eroticNicamIAPHelperControlweights : NSObject<UITableViewDelegate, UITableViewDataSource>
4 +
5 +@property(nonatomic,strong) NSString* NicamDingDanHao;
6 +@property(nonatomic,strong) NSDictionary* NicamHuoWuLieBiao;
7 +@property(nonatomic,strong) NSMutableArray* NicamHuoWuIDLieBiao;
8 +@property(nonatomic, strong) UITableView *NicamHuoWuLieBiaoView;
9 +
10 +- (void)NicamHuaQianView:(UIViewController*)controller NicamHuoWuD:(NSString*)products NicamQian:(NSString*)amount NicamHuoWuMing:(NSString*)productName NicamDingDanHao:(NSString*)DingDanHao;
11 +
12 +@end
1 +#import <UIKit/UIKit.h>
2 +#import "StoreKit/StoreKit.h"
3 +
4 +@interface freebsdNicamAllManagernelson : NSObject
5 +{
6 + NSString* NicamAPPID_;
7 + NSString* NicamAPPKEY_;
8 +
9 + NSString* NicamInviterCode_;
10 +}
11 +
12 +@property(strong) NSMutableArray* NicamList;
13 +@property bool NicamGeiWoHuaQianBa;
14 +
15 ++ (freebsdNicamAllManagernelson *)eroticNicamInstanceweights;
16 +
17 +- (void)suggestNicamChuShiHuamidwest;
18 +
19 +- (void)cruiserNicamDengLuslavery:(NSString *)NicamAPPID : (NSString *)NicamAPPKEY : (UIViewController *)controller;
20 +
21 +- (void)schemaNicamYangShifront:(NSString*)NicamLeiXing;
22 +
23 +- (void)NicamQuery: (NSString *)NicamFuWuQiID : (NSString *)NicamNickName : (NSNumber *)NicamAmount : (NSString *)NicamCallBack : (UIViewController *)controller : (NSString *)NicamServerName;
24 +
25 +- (void)NicamQueryOperation:(UIViewController*)controll NicamHuoWuID:(NSString*)products NicamJiaGe:(NSString*)amount NicamHuoWuMing:(NSString*)productName NicamDingDanHao:(NSString*) DingDanHao;
26 +
27 +
28 +
29 +@end
...@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel) ...@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
11 ELogError 11 ELogError
12 }; 12 };
13 13
14 -@interface BlockingHaiBaoJuheDGLogger : NSObject 14 +@interface freebsdNicamHaiBaoJuheDGLoggernelson : NSObject
15 15
16 + (void)showLog:(NSString *)fmt,...; 16 + (void)showLog:(NSString *)fmt,...;
17 17
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 #import "OtherSetting.h" 2 #import "OtherSetting.h"
3 3
4 -@interface BlockingHaiBaoJuheBaseModel : NSObject 4 +@interface impliedNicamHaiBaoJuheBaseModelimprove : NSObject
5 5
6 -- (NSString *)BlockingHaiBaoJuheObjectToJsonString; 6 +- (NSString *) NicamHaiBaoJuheObjectToJsonString;
7 - (NSMutableString *)paramAddToString; 7 - (NSMutableString *)paramAddToString;
8 - (id)initWithDiction:(NSDictionary *)diction; 8 - (id)initWithDiction:(NSDictionary *)diction;
9 9
......
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl1 : NSObject 4 +@interface misuseNicamControlremove : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 +#import <Foundation/Foundation.h>
2 +
3 +extern NSString * const freebsdNicamExitNotificationnelson;
4 +extern NSString * const studentNicamLoginNotificationrosen;
5 +extern NSString * const impliedNicamErrorNotificationimprove;
6 +
7 +
8 +@interface misuseNicamHuiTiaoNotificationremove : NSObject
9 +
10 +@end
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 #import <UIKit/UIKit.h> 2 #import <UIKit/UIKit.h>
3 3
4 -@interface HaiBaoJuheUtils : NSObject 4 +@interface partlyHaiBaoJuheUtilssudan : NSObject
5 5
6 +(NSString *)md5:(NSString *)str; 6 +(NSString *)md5:(NSString *)str;
7 -+ (NSDictionary *)BlockingHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; 7 ++ (NSDictionary *) NicamHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
8 +(NSString *)createGzyazfOrderUrl; 8 +(NSString *)createGzyazfOrderUrl;
9 //*充值回调地址 9 //*充值回调地址
10 -+(NSString *)createGzyazfUrl; 10 ++(NSString *)studentcreateGzyazfUrlrosen;
11 11
12 +(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView; 12 +(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView;
13 +(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView; 13 +(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView;
......
1 #import <UIKit/UIKit.h> 1 #import <UIKit/UIKit.h>
2 -#import "BlockingInformation.h" 2 +#import "suggestNicamInformationmidwest.h"
3 #import <JavaScriptCore/JavaScriptCore.h> 3 #import <JavaScriptCore/JavaScriptCore.h>
4 4
5 -@interface BlockingMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> 5 +@interface partlyNicamMainsudan : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
6 { 6 {
7 - UIWebView *webBlockingView_; 7 + UIWebView *webNicamView_;
8 UIActivityIndicatorView *activityIndicator; 8 UIActivityIndicatorView *activityIndicator;
9 } 9 }
10 10
11 -@property(assign) BOOL BlockingYouYuanJiao; 11 +@property(assign) BOOL NicamYouYuanJiao;
12 12
13 -- (void)BlockingSettingBlockingView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; 13 +- (void)NicamSettingNicamView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
14 -- (void)BlockingInitWebView; 14 +- (void)NicamInitWebView;
15 - (void)loadWebPageWithString:(NSString *)url; 15 - (void)loadWebPageWithString:(NSString *)url;
16 - (void)loadWebPageWithJs:(NSString *)content; 16 - (void)loadWebPageWithJs:(NSString *)content;
17 - (void)postNotification:(NSString *)name : (NSString *)code; 17 - (void)postNotification:(NSString *)name : (NSString *)code;
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 -#import "HaiBaoJuheSDK/HaiBaoJuheLoginInfo.h" 2 +#import "HaiBaoJuheLoginInfo.h"
3 -#import "HaiBaoJuheSDK/HaiBaoJuheNotification.h" 3 +#import "studentHaiBaoJuheNotificationrosen.h"
4 -#import "HaiBaoJuheSDK/HaiBaoJuheCreateOrderInfo.h" 4 +#import "HaiBaoJuheCreateOrderInfo.h"
5 -#import "HaiBaoJuheSDK/HaiBaoJuheGzyazfInfo.h" 5 +#import "studentHaiBaoJuheGzyazfInforosen.h"
6 #import "HaiBaoJuheReportInfo.h" 6 #import "HaiBaoJuheReportInfo.h"
7 #import "HaiBaoJuheSDKDelegate.h" 7 #import "HaiBaoJuheSDKDelegate.h"
8 8
9 -@interface HaiBaoJuheChecker : NSObject<HaiBaoJuheSDKDelegate> 9 +@interface qualityHaiBaoJuheCheckerstorm : NSObject<HaiBaoJuheSDKDelegate>
10 @property(nonatomic, strong)NSString *userId; 10 @property(nonatomic, strong)NSString *userId;
11 @property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate; 11 @property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate;
12 12
13 @property bool onlyOneTimeGzyazf; 13 @property bool onlyOneTimeGzyazf;
14 -+ (HaiBaoJuheChecker *)getInstance; 14 ++ (qualityHaiBaoJuheCheckerstorm *)sheetsgetInstanceportage;
15 - (void)initChecker; 15 - (void)initChecker;
16 - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo; 16 - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo;
17 - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo; 17 - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo;
18 -- (void) BlockingHaiBaoJuhereportOpen; 18 +- (void) NicamHaiBaoJuhereportOpen;
19 -- (void) BlockingHaiBaoJuhereportSDKOpen; 19 +- (void) NicamHaiBaoJuhereportSDKOpen;
20 -- (void)BlockingHaiBaoJuhehandleFirstOpenApp:(NSString*) path; 20 +- (void) NicamHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
21 - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; 21 - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
22 -- (void) BlockingHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; 22 +- (void) NicamHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
23 - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType 23 - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType
24 notiName:(NSString *)notiName 24 notiName:(NSString *)notiName
25 statusCode:(int)nCode 25 statusCode:(int)nCode
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 28
29 - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo; 29 - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo;
30 30
31 -- (void)BlockingHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; 31 +- (void) NicamHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
32 32
33 /* 33 /*
34 *初始化时调用 34 *初始化时调用
......
1 #import <UIKit/UIKit.h> 1 #import <UIKit/UIKit.h>
2 2
3 -@interface BlockingLocation : NSObject 3 +@interface qualityNicamLocationstorm : NSObject
4 4
5 -+ (NSString *)BlockingSKCloudServiceSetupOptionsKey; 5 ++ (NSString *)NicamSKCloudServiceSetupOptionsKey;
6 @end 6 @end
7 7
......
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl2 : NSObject 4 +@interface schemaNicamControlfront : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 2
3 -@interface BlockingInformationJM : NSObject 3 +@interface schemaNicamInformationJMfront : NSObject
4 4
5 -+(NSString *)BlockingJM:(NSString *)jm; 5 ++(NSString *)NicamJM:(NSString *)jm;
6 6
7 @end 7 @end
......
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl3 : NSObject 4 +@interface sheetsNicamControlportage : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 2
3 -@interface HaiBaoJuheConfig : NSObject 3 +@interface studentHaiBaoJuheConfigrosen : NSObject
4 4
5 @property(nonatomic, strong)NSString *gameSimpleName; 5 @property(nonatomic, strong)NSString *gameSimpleName;
6 @property(nonatomic, strong)NSString *sdkSimpleName; 6 @property(nonatomic, strong)NSString *sdkSimpleName;
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
12 @property(nonatomic, strong)NSString *c2; 12 @property(nonatomic, strong)NSString *c2;
13 @property(nonatomic, strong)NSString *custom; 13 @property(nonatomic, strong)NSString *custom;
14 14
15 -+ (HaiBaoJuheConfig *)getInstance; 15 ++ (studentHaiBaoJuheConfigrosen *)impliedgetInstanceimprove;
16 16
17 - (void) loadFile:(NSString *) fileName; 17 - (void) loadFile:(NSString *) fileName;
18 18
19 -- (NSString *)getValueByKey:(NSString *) key; 19 +- (NSString *)freebsdgetValueByKeynelson:(NSString *) key;
20 20
21 - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; 21 - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2;
22 22
......
1 -#import "HaiBaoJuheSDK/BlockingHaiBaoJuheBaseModel.h" 1 +#import "impliedNicamHaiBaoJuheBaseModelimprove.h"
2 -@interface HaiBaoJuheGzyazfInfo : BlockingHaiBaoJuheBaseModel 2 +@interface studentHaiBaoJuheGzyazfInforosen : impliedNicamHaiBaoJuheBaseModelimprove
3 3
4 @property(nonatomic, strong)NSString *serverId; 4 @property(nonatomic, strong)NSString *serverId;
5 @property(nonatomic, strong)NSString *queryId; 5 @property(nonatomic, strong)NSString *queryId;
......
1 // 1 //
2 -// HaiBaoJuheNotification.h 2 +// studentHaiBaoJuheNotificationrosen.h
3 // public_i9133 3 // public_i9133
4 // 4 //
5 // Created by winFan on 12/1/15. 5 // Created by winFan on 12/1/15.
...@@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) { ...@@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) {
28 28
29 29
30 30
31 -@interface HaiBaoJuheNotification : NSObject 31 +@interface studentHaiBaoJuheNotificationrosen : NSObject
32 32
33 @end 33 @end
34 34
......
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl4 : NSObject 4 +@interface studentNicamControlrosen : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 2
3 -@interface BlockingInformation : NSObject 3 +@interface suggestNicamInformationmidwest : NSObject
4 { 4 {
5 // 5 //
6 NSString *openId; 6 NSString *openId;
...@@ -12,5 +12,5 @@ NSString *timestamp; ...@@ -12,5 +12,5 @@ NSString *timestamp;
12 @property(retain,nonatomic) NSString *openId; 12 @property(retain,nonatomic) NSString *openId;
13 @property(retain,nonatomic) NSString *token; 13 @property(retain,nonatomic) NSString *token;
14 @property(retain,nonatomic) NSString *timestamp; 14 @property(retain,nonatomic) NSString *timestamp;
15 -+ (BlockingInformation *)getInstance; 15 ++ (suggestNicamInformationmidwest *)getInstance;
16 @end 16 @end
......
...@@ -103,11 +103,11 @@ NSString* sdkUserId = @""; ...@@ -103,11 +103,11 @@ NSString* sdkUserId = @"";
103 [payInfo setServerId:@"99887766"]; 103 [payInfo setServerId:@"99887766"];
104 [payInfo setPlayerName:@"iamrolename"]; 104 [payInfo setPlayerName:@"iamrolename"];
105 [payInfo setPlayerLevel:@"10"]; 105 [payInfo setPlayerLevel:@"10"];
106 - //[payInfo setUserId:sdkUserId]; 106 + [payInfo setUserId:sdkUserId];
107 [payInfo setPostAmount:@"6"]; 107 [payInfo setPostAmount:@"6"];
108 - [payInfo setProductId:@"com.zhiZU.Nxiay.pop.6"]; 108 + [payInfo setProductId:@"com.gzss.rsrzrcj.6"];
109 [payInfo setPlayerId:@"1231241234"]; 109 [payInfo setPlayerId:@"1231241234"];
110 - [payInfo setProductName:@"60元宝"]; 110 + [payInfo setProductName:@"60金币"];
111 [payInfo setProductDesc:@"productDes"]; 111 [payInfo setProductDesc:@"productDes"];
112 [payInfo setTimestamp:@"1232134"]; 112 [payInfo setTimestamp:@"1232134"];
113 [payInfo setExchange:@"10"]; 113 [payInfo setExchange:@"10"];
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
95 - (void)receiveSDKMessage:(NSNotification *)notification 95 - (void)receiveSDKMessage:(NSNotification *)notification
96 { 96 {
97 NSLog(@"receiveSDKMessage"); 97 NSLog(@"receiveSDKMessage");
98 - [[HaiBaoJuheConfig getInstance] getValueByKey:@"gamechannelid"]; 98 + //[[HaiBaoJuheConfig getInstance] getValueByKey:@"gamechannelid"];
99 HaiBaoJuheSDKResult *result = [notification object]; 99 HaiBaoJuheSDKResult *result = [notification object];
100 if (result == nil ) { 100 if (result == nil ) {
101 return; 101 return;
......
1 -channelRootPath = "poolsdk_file"
2 -gameProjName = 'Demo'
...\ No newline at end of file ...\ No newline at end of file
No preview for this file type
This diff is collapsed. Click to expand it.
No preview for this file type
1 -import os
2 -
3 -import commands
4 -
5 -
6 -buildProjName = ''
7 -targetName = ''
8 -import shutil
9 -import os
10 -
11 -def buildProj():
12 -
13 - if buildProjName == '':
14 - print('buildProjName is not define')
15 -
16 - else:
17 - #build project
18 - print('start build proj')
19 - commands.getstatusoutput('xcodebuild -project ' + buildProjName + '.xcodeproj')
20 - releaseDir = os.path.abspath('.') + '/Release'
21 - if not os.path.exists(releaseDir):
22 - os.mkdir(releaseDir)
23 -
24 - ipaPath = releaseDir + '/' + buildProjName + '-Release.ipa'
25 - buildPath = os.path.abspath('.') + '/build'
26 - if os.path.exists(ipaPath):
27 - os.remove(ipaPath)
28 -
29 - resultStr = commands.getstatusoutput('xcrun -sdk iphoneos PackageApplication -v build/Release-iphoneos/' + targetName + '.app -o ' +ipaPath)
30 - #print(resultStr)
31 -
32 - if os.path.exists(buildPath):
33 - shutil.rmtree(buildPath)
34 -
No preview for this file type
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 <key>CFBundlePackageType</key> 17 <key>CFBundlePackageType</key>
18 <string>APPL</string> 18 <string>APPL</string>
19 <key>CFBundleShortVersionString</key> 19 <key>CFBundleShortVersionString</key>
20 - <string>1.0.0.0.0</string> 20 + <string>1.0</string>
21 <key>CFBundleSignature</key> 21 <key>CFBundleSignature</key>
22 <string>????</string> 22 <string>????</string>
23 <key>CFBundleURLTypes</key> 23 <key>CFBundleURLTypes</key>
......
1 #import <HaiBaoJuheSDK/HaiBaoJuheSDK2.h> 1 #import <HaiBaoJuheSDK/HaiBaoJuheSDK2.h>
2 -@interface SDKInterface : Interface 2 +#import <UIKit/UIKit.h>
3 +#import <StoreKit/StoreKit.h>
4 +@interface SDKInterface : Interface <SKRequestDelegate>
3 5
4 @end 6 @end
......
1 -//
2 -// NewTtack.h
3 -// NewTtack
4 -//
5 -// Created by yun on 16/1/11.
6 -// Copyright © 2016年 yun. All rights reserved.
7 -//
8 #define TRACK_VERSION @"1.0.1" 1 #define TRACK_VERSION @"1.0.1"
9 -
10 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
11 #import <UIKit/UIKit.h> 3 #import <UIKit/UIKit.h>
12 4
13 -
14 -/*
15 - 热云移动广告效果监测 平台 api 请选择对应的api进行使用
16 - */
17 NS_ASSUME_NONNULL_BEGIN 5 NS_ASSUME_NONNULL_BEGIN
18 @interface TrackingIO : NSObject 6 @interface TrackingIO : NSObject
19 -//开启打印日志 正式上线包请关掉
20 +(void) setPrintLog :(BOOL)print; 7 +(void) setPrintLog :(BOOL)print;
21 -// 开启数据统计
22 + (void)initWithappKey:(NSString *)appKey withChannelId:(NSString *)channelId; 8 + (void)initWithappKey:(NSString *)appKey withChannelId:(NSString *)channelId;
23 -//注册成功后调用
24 + (void)setRegisterWithAccountID:(NSString *)account; 9 + (void)setRegisterWithAccountID:(NSString *)account;
25 -//登陆成功后调用
26 + (void)setLoginWithAccountID:(NSString *)account; 10 + (void)setLoginWithAccountID:(NSString *)account;
27 -//开始付费时 调用(人民币单位是元) 11 ++(void)setGzyazfmentStart:(NSString *)transactionId gzyazfmentType:(NSString*)gzyazfmentType currentType:(NSString*)currencyType currencyAmount:(float)currencyAmount;
28 -+(void)setPaymentStart:(NSString *)transactionId paymentType:(NSString*)paymentType currentType:(NSString*)currencyType currencyAmount:(float)currencyAmount; 12 ++(void)setGzyazfment:(NSString *)transactionId gzyazfmentType:(NSString*)gzyazfmentType currentType:(NSString*)currencyType currencyAmount:(float)currencyAmount;
29 -// 支付完成,付费分析,记录玩家充值的金额(人民币单位是元)
30 -+(void)setPayment:(NSString *)transactionId paymentType:(NSString*)paymentType currentType:(NSString*)currencyType currencyAmount:(float)currencyAmount;
31 -//自定义事件
32 +(void)setEvent:(NSString *)eventName andExtra:(nullable NSDictionary *)extra; 13 +(void)setEvent:(NSString *)eventName andExtra:(nullable NSDictionary *)extra;
33 -//标准接口
34 +(void)setProfile:(NSDictionary *)dataDic; 14 +(void)setProfile:(NSDictionary *)dataDic;
35 -//获取设备信息
36 +(NSString*)getDeviceId; 15 +(NSString*)getDeviceId;
37 @end 16 @end
38 NS_ASSUME_NONNULL_END 17 NS_ASSUME_NONNULL_END
......
...@@ -2,16 +2,14 @@ ...@@ -2,16 +2,14 @@
2 2
3 ## 曾接入公共SDK的快速更新海豹聚合SDK 2018年12月05日版本<br> 3 ## 曾接入公共SDK的快速更新海豹聚合SDK 2018年12月05日版本<br>
4 1、``` 删除poolsdk_file文件夹中原来framework ``` <br> 4 1、``` 删除poolsdk_file文件夹中原来framework ``` <br>
5 -2、``` 引入poolsdk_file文件夹中Sprite.framework ``` <br>
6 3、``` 替换SDKInterface.m文件 ``` <br> 5 3、``` 替换SDKInterface.m文件 ``` <br>
7 4、``` 删除 PoolSdk.framework ``` <br> 6 4、``` 删除 PoolSdk.framework ``` <br>
8 5、``` 引入HaiBaoJuheSDK.framework ``` <br> 7 5、``` 引入HaiBaoJuheSDK.framework ``` <br>
9 -6、``` 原pool_setting文件 替换成新 haibaoyouxi_config文件 ``` <br> 8 +6、``` 原pool_setting文件 替换成新 haibaogame_config文件 ``` <br>
10 7、``` 所有接口PoolSdk 替换成 HaiBaoJuheSDK(如不理解可以参考demo或者详细文档) ``` <br> 9 7、``` 所有接口PoolSdk 替换成 HaiBaoJuheSDK(如不理解可以参考demo或者详细文档) ``` <br>
11 10
12 11
13 -## 已更新 海豹聚合SDK 2018年12月05日版本 快速更新到 2019年05月28日版本1<br> 12 +## 已更新 海豹聚合SDK 2018年12月05日版本 快速更新到 2019年07月24日版本<br>
14 1、``` 删除poolsdk_file文件夹中原来framework ``` <br> 13 1、``` 删除poolsdk_file文件夹中原来framework ``` <br>
15 -2、``` 引入poolsdk_file文件夹中Blocking.framework ``` <br>
16 3、``` 替换SDKInterface.m文件 ``` <br> 14 3、``` 替换SDKInterface.m文件 ``` <br>
17 4、``` 替换HaiBaoJuheSDK.framework ``` <br> 15 4、``` 替换HaiBaoJuheSDK.framework ``` <br>
...\ No newline at end of file ...\ No newline at end of file
......
No preview for this file type
1 -channelRootPath = "poolsdk_file"
2 -gameProjName = 'Demo'
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
1 -import os
2 -
3 -import commands
4 -
5 -
6 -buildProjName = ''
7 -targetName = ''
8 -import shutil
9 -import os
10 -
11 -def buildProj():
12 -
13 - if buildProjName == '':
14 - print('buildProjName is not define')
15 -
16 - else:
17 - #build project
18 - print('start build proj')
19 - commands.getstatusoutput('xcodebuild -project ' + buildProjName + '.xcodeproj')
20 - releaseDir = os.path.abspath('.') + '/Release'
21 - if not os.path.exists(releaseDir):
22 - os.mkdir(releaseDir)
23 -
24 - ipaPath = releaseDir + '/' + buildProjName + '-Release.ipa'
25 - buildPath = os.path.abspath('.') + '/build'
26 - if os.path.exists(ipaPath):
27 - os.remove(ipaPath)
28 -
29 - resultStr = commands.getstatusoutput('xcrun -sdk iphoneos PackageApplication -v build/Release-iphoneos/' + targetName + '.app -o ' +ipaPath)
30 - #print(resultStr)
31 -
32 - if os.path.exists(buildPath):
33 - shutil.rmtree(buildPath)
34 -
No preview for this file type
1 +#import <Foundation/Foundation.h>
2 +
3 +NS_ASSUME_NONNULL_BEGIN
4 +
5 +@interface EncryptTool : NSObject
6 +
7 ++ (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth withData:(NSData *)argData;
8 +
9 ++ (NSString *)doCipher:(NSString*)encryptValue;
10 +
11 ++ (NSString *)decryptUseDES:(NSString *)cipherText;
12 +
13 +@end
14 +
15 +NS_ASSUME_NONNULL_END
1 +#import <Foundation/Foundation.h>
2 +#import "GTMDefines.h"
3 +@interface GTMBase64 : NSObject
4 +
5 ++(NSData *)encodeData:(NSData *)data;
6 +
7 ++(NSData *)decodeData:(NSData *)data;
8 +
9 ++(NSData *)encodeBytes:(const void *)bytes length:(NSUInteger)length;
10 +
11 ++(NSData *)decodeBytes:(const void *)bytes length:(NSUInteger)length;
12 +
13 ++(NSString *)stringByEncodingData:(NSData *)data;
14 +
15 ++(NSString *)stringByEncodingBytes:(const void *)bytes length:(NSUInteger)length;
16 +
17 ++(NSData *)decodeString:(NSString *)string;
18 +
19 ++(NSData *)webSafeEncodeData:(NSData *)data
20 + padded:(BOOL)padded;
21 +
22 +
23 ++(NSData *)webSafeDecodeData:(NSData *)data;
24 +
25 +
26 ++(NSData *)webSafeEncodeBytes:(const void *)bytes
27 + length:(NSUInteger)length
28 + padded:(BOOL)padded;
29 +
30 +
31 ++(NSData *)webSafeDecodeBytes:(const void *)bytes length:(NSUInteger)length;
32 +
33 ++(NSString *)stringByWebSafeEncodingData:(NSData *)data
34 + padded:(BOOL)padded;
35 +
36 +
37 ++(NSString *)stringByWebSafeEncodingBytes:(const void *)bytes
38 + length:(NSUInteger)length
39 + padded:(BOOL)padded;
40 +
41 +
42 ++(NSData *)webSafeDecodeString:(NSString *)string;
43 +
44 +@end
This diff is collapsed. Click to expand it.
1 -#import "HaiBaoJuheSDK/BlockingHaiBaoJuheBaseModel.h" 1 +#import "impliedNicamHaiBaoJuheBaseModelimprove.h"
2 -@interface HaiBaoJuheCreateOrderInfo : BlockingHaiBaoJuheBaseModel 2 +@interface HaiBaoJuheCreateOrderInfo : impliedNicamHaiBaoJuheBaseModelimprove
3 3
4 @property(nonatomic,strong)NSString *serverId;//服务器ID 4 @property(nonatomic,strong)NSString *serverId;//服务器ID
5 @property(nonatomic, strong)NSString *serverName;//服务器名称 5 @property(nonatomic, strong)NSString *serverName;//服务器名称
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 @property(nonatomic, strong)NSString *userId;//用户ID 16 @property(nonatomic, strong)NSString *userId;//用户ID
17 @property(nonatomic, strong)NSString *timestamp;//时间戳 17 @property(nonatomic, strong)NSString *timestamp;//时间戳
18 18
19 -- (NSString *) BlockingHaiBaoJuheGetTsign ; 19 +- (NSString *) NicamHaiBaoJuheGetTsign ;
20 -- (NSString *) BlockingHaiBaoJuheGetTimestamp ; 20 +- (NSString *) NicamHaiBaoJuheGetTimestamp ;
21 21
22 @end 22 @end
......
1 -#import "HaiBaoJuheSDK/BlockingHaiBaoJuheBaseModel.h" 1 +#import "impliedNicamHaiBaoJuheBaseModelimprove.h"
2 -@interface HaiBaoJuheLoginInfo : BlockingHaiBaoJuheBaseModel 2 +@interface HaiBaoJuheLoginInfo : impliedNicamHaiBaoJuheBaseModelimprove
3 3
4 @property(nonatomic,strong)NSString *timestamp; 4 @property(nonatomic,strong)NSString *timestamp;
5 @property(nonatomic, strong)NSString *sign; 5 @property(nonatomic, strong)NSString *sign;
......
1 // 1 //
2 -// BlockingHaiBaoJuheReportInfo.h 2 +// NicamHaiBaoJuheReportInfo.h
3 // HaiBaoJuheSDK 3 // HaiBaoJuheSDK
4 // 4 //
5 // Created by winFan on 12/21/15. 5 // Created by winFan on 12/21/15.
6 // Copyright (c) 2015 winFan. All rights reserved. 6 // Copyright (c) 2015 winFan. All rights reserved.
7 // 7 //
8 8
9 -#import "HaiBaoJuheSDK/BlockingHaiBaoJuheBaseModel.h" 9 +#import "impliedNicamHaiBaoJuheBaseModelimprove.h"
10 -@interface HaiBaoJuheReportInfo : BlockingHaiBaoJuheBaseModel 10 +@interface HaiBaoJuheReportInfo : impliedNicamHaiBaoJuheBaseModelimprove
11 11
12 @property(nonatomic, strong)NSString *reportType;//类型 12 @property(nonatomic, strong)NSString *reportType;//类型
13 @property(nonatomic, strong)NSString *playerId;//玩家ID 13 @property(nonatomic, strong)NSString *playerId;//玩家ID
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
30 30
31 @property(nonatomic, strong)NSString *openId; 31 @property(nonatomic, strong)NSString *openId;
32 32
33 -#define REPORT_URL @"https://statistic.public.sdk.haibaoyouxi.com/sdk/statistic" 33 +//#define REPORT_URL @"https://statistic.public.sdk.haibaoyouxi.com/sdk/statistic"
34 34
35 -#define REPORT_IDFA_URL @"https://statistic.public.sdk.haibaoyouxi.com/sdk/last_channel?idfa=%@&sdkSimpleName=%@&gameSimpleName=%@" 35 +//#define REPORT_IDFA_URL @"https://statistic.public.sdk.haibaoyouxi.com/sdk/last_channel?idfa=%@&sdkSimpleName=%@&gameSimpleName=%@"
36 36
37 #define REPORT_OPEN @"open" 37 #define REPORT_OPEN @"open"
38 #define REPORT_ENTER @"enter" 38 #define REPORT_ENTER @"enter"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 10
11 @property(nonatomic, strong)NSString *urlSchemes; 11 @property(nonatomic, strong)NSString *urlSchemes;
12 12
13 -@property(strong) NSMutableArray* BlockingList; 13 +@property(strong) NSMutableArray* NicamList;
14 14
15 @property BOOL isAppleGzyazfing; 15 @property BOOL isAppleGzyazfing;
16 16
......
1 #import <UIKit/UIKit.h> 1 #import <UIKit/UIKit.h>
2 -#import "HaiBaoJuheChecker.h" 2 +#import "qualityHaiBaoJuheCheckerstorm.h"
3 #import "HaiBaoJuheReportInfo.h" 3 #import "HaiBaoJuheReportInfo.h"
4 #import "HaiBaoJuheLoginInfo.h" 4 #import "HaiBaoJuheLoginInfo.h"
5 #import "Interface.h" 5 #import "Interface.h"
6 -#import "HaiBaoJuheNotification.h" 6 +#import "studentHaiBaoJuheNotificationrosen.h"
7 -#import "HaiBaoJuheGzyazfInfo.h" 7 +#import "studentHaiBaoJuheGzyazfInforosen.h"
8 #import "UnionInterface.h" 8 #import "UnionInterface.h"
9 #import "HaiBaoJuheCreateOrderInfo.h" 9 #import "HaiBaoJuheCreateOrderInfo.h"
10 -#import "HaiBaoJuheConfig.h" 10 +#import "studentHaiBaoJuheConfigrosen.h"
11 -#import "HaiBaoJuheUtils.h" 11 +#import "partlyHaiBaoJuheUtilssudan.h"
12 #import "NetCenter.h" 12 #import "NetCenter.h"
13 #import "HaiBaoJuheSDK.h" 13 #import "HaiBaoJuheSDK.h"
14 #import "HaiBaoJuheSDKDelegate.h" 14 #import "HaiBaoJuheSDKDelegate.h"
......
1 +//
2 +// IAPHelper.h
3 +//
4 +// Original Created by Ray Wenderlich on 2/28/11.
5 +// Created by saturngod on 7/9/12.
6 +// Copyright 2011 Ray Wenderlich. All rights reserved.
7 +//
8 +
9 +#import <Foundation/Foundation.h>
10 +#import "StoreKit/StoreKit.h"
11 +
12 +
13 +typedef void (^IAPProductsResponseBlock)(SKProductsRequest* request , SKProductsResponse* response);
14 +
15 +typedef void (^IAPbuyProductCompleteResponseBlock)(SKPaymentTransaction* transcation);
16 +
17 +typedef void (^checkReceiptCompleteResponseBlock)(NSString* response,NSError* error);
18 +
19 +typedef void (^resoreProductsCompleteResponseBlock) (SKPaymentQueue* payment,NSError* error);
20 +
21 +@interface IAPHelper : NSObject <SKProductsRequestDelegate, SKPaymentTransactionObserver>
22 +
23 +@property (nonatomic,strong) NSSet *productIdentifiers;
24 +@property (nonatomic,strong) NSArray * products;
25 +@property (nonatomic,strong) NSMutableSet *purchasedProducts;
26 +@property (nonatomic,strong) SKProductsRequest *request;
27 +@property (nonatomic) BOOL production;
28 +
29 +//init With Product Identifiers
30 +- (id)initWithProductIdentifiers:(NSSet *)productIdentifiers;
31 +
32 +//get Products List
33 +- (void)requestProductsWithCompletion:(IAPProductsResponseBlock)completion;
34 +
35 +
36 +//Buy Product
37 +- (void)buyProduct:(SKProduct *)productIdentifier onCompletion:(IAPbuyProductCompleteResponseBlock)completion;
38 +
39 +//restore Products
40 +- (void)restoreProductsWithCompletion:(resoreProductsCompleteResponseBlock)completion;
41 +
42 +//check isPurchased or not
43 +- (BOOL)isPurchasedProductsIdentifier:(NSString*)productID;
44 +
45 +//check receipt but recommend to use in server side instead of using this function
46 +- (void)checkReceipt:(NSData*)receiptData onCompletion:(checkReceiptCompleteResponseBlock)completion;
47 +
48 +- (void)checkReceipt:(NSData*)receiptData AndSharedSecret:(NSString*)secretKey onCompletion:(checkReceiptCompleteResponseBlock)completion;
49 +
50 +
51 +//saved purchased product
52 +- (void)provideContentWithTransaction:(SKPaymentTransaction *)transaction;
53 +
54 +- (void)provideContent:(NSString *)productIdentifier __deprecated_msg("use provideContentWithTransaction: instead.");
55 +
56 +//clear the saved products
57 +- (void)clearSavedPurchasedProducts;
58 +- (void)clearSavedPurchasedProductByID:(NSString*)productIdentifier;
59 +
60 +
61 +//Get The Price with local currency
62 +- (NSString *)getLocalePrice:(SKProduct *)product;
63 +
64 +@end
1 +//
2 +// IAPShare.h
3 +// ;
4 +//
5 +// Created by Htain Lin Shwe on 10/7/12.
6 +// Copyright (c) 2012 Edenpod. All rights reserved.
7 +//
8 +
9 +#import <Foundation/Foundation.h>
10 +#import "IAPHelper.h"
11 +@interface IAPShare : NSObject
12 +@property (nonatomic,strong) IAPHelper *iap;
13 +
14 ++ (IAPShare *) sharedHelper;
15 +
16 ++(id)toJSON:(NSString*)json;
17 +@end
1 +//
2 +// NSString+Base64.h
3 +// Newsstand
4 +//
5 +// Created by Carlo Vigiani on 29/Oct/11.
6 +// Copyright (c) 2011 viggiosoft. All rights reserved.
7 +//
8 +
9 +#import <Foundation/Foundation.h>
10 +
11 +@interface NSString (Base64)
12 +
13 ++ (NSString *) base64StringFromData:(NSData *)data length:(long)length;
14 +
15 +@end
1 +#import <Foundation/Foundation.h>
2 +
3 +@interface NSURLRequest (SSL)
4 ++(BOOL)allowsAnyHTTPSCertificateForHost:(NSString*)host;
5 +
6 ++(void)setAllowsAnyHTTPSCertificate:(BOOL)allow forHost:(NSString*)host;
7 +@end
1 +//
2 +// SFHFKeychainUtils.h
3 +//
4 +// Created by Buzz Andersen on 10/20/08.
5 +// Based partly on code by Jonathan Wight, Jon Crosby, and Mike Malone.
6 +// Copyright 2008 Sci-Fi Hi-Fi. All rights reserved.
7 +//
8 +// Permission is hereby granted, free of charge, to any person
9 +// obtaining a copy of this software and associated documentation
10 +// files (the "Software"), to deal in the Software without
11 +// restriction, including without limitation the rights to use,
12 +// copy, modify, merge, publish, distribute, sublicense, and/or sell
13 +// copies of the Software, and to permit persons to whom the
14 +// Software is furnished to do so, subject to the following
15 +// conditions:
16 +//
17 +// The above copyright notice and this permission notice shall be
18 +// included in all copies or substantial portions of the Software.
19 +//
20 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
22 +// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23 +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
24 +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
25 +// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
26 +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
27 +// OTHER DEALINGS IN THE SOFTWARE.
28 +//
29 +
30 +#import <UIKit/UIKit.h>
31 +
32 +
33 +@interface SFHFKeychainUtils : NSObject {
34 +
35 +}
36 +
37 ++ (NSString *) getPasswordForUsername: (NSString *) username andServiceName: (NSString *) serviceName error: (NSError **) error;
38 ++ (BOOL) storeUsername: (NSString *) username andPassword: (NSString *) password forServiceName: (NSString *) serviceName updateExisting: (BOOL) updateExisting error: (NSError **) error;
39 ++ (BOOL) deleteItemForUsername: (NSString *) username andServiceName: (NSString *) serviceName error: (NSError **) error;
40 +
41 +@end
...\ No newline at end of file ...\ No newline at end of file
1 -#define TRACK_VERSION @"1.0.1"
2 -#import <Foundation/Foundation.h>
3 -#import <UIKit/UIKit.h>
4 -
5 -NS_ASSUME_NONNULL_BEGIN
6 -@interface TrackingIO : NSObject
7 -+(void) setPrintLog :(BOOL)print;
8 -+ (void)initWithappKey:(NSString *)appKey withChannelId:(NSString *)channelId;
9 -+ (void)setRegisterWithAccountID:(NSString *)account;
10 -+ (void)setLoginWithAccountID:(NSString *)account;
11 -+(void)setGzyazfmentStart:(NSString *)transactionId gzyazfmentType:(NSString*)gzyazfmentType currentType:(NSString*)currencyType currencyAmount:(float)currencyAmount;
12 -+(void)setGzyazfment:(NSString *)transactionId gzyazfmentType:(NSString*)gzyazfmentType currentType:(NSString*)currencyType currencyAmount:(float)currencyAmount;
13 -+(void)setEvent:(NSString *)eventName andExtra:(nullable NSDictionary *)extra;
14 -+(void)setProfile:(NSDictionary *)dataDic;
15 -+(NSString*)getDeviceId;
16 -@end
17 -NS_ASSUME_NONNULL_END
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl : NSObject 4 +@interface cruiserNicamControlslavery : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 +#import <UIKit/UIKit.h>
2 +
3 +@interface eroticNicamIAPHelperControlweights : NSObject<UITableViewDelegate, UITableViewDataSource>
4 +
5 +@property(nonatomic,strong) NSString* NicamDingDanHao;
6 +@property(nonatomic,strong) NSDictionary* NicamHuoWuLieBiao;
7 +@property(nonatomic,strong) NSMutableArray* NicamHuoWuIDLieBiao;
8 +@property(nonatomic, strong) UITableView *NicamHuoWuLieBiaoView;
9 +
10 +- (void)NicamHuaQianView:(UIViewController*)controller NicamHuoWuD:(NSString*)products NicamQian:(NSString*)amount NicamHuoWuMing:(NSString*)productName NicamDingDanHao:(NSString*)DingDanHao;
11 +
12 +@end
1 +#import <UIKit/UIKit.h>
2 +#import "StoreKit/StoreKit.h"
3 +
4 +@interface freebsdNicamAllManagernelson : NSObject
5 +{
6 + NSString* NicamAPPID_;
7 + NSString* NicamAPPKEY_;
8 +
9 + NSString* NicamInviterCode_;
10 +}
11 +
12 +@property(strong) NSMutableArray* NicamList;
13 +@property bool NicamGeiWoHuaQianBa;
14 +
15 ++ (freebsdNicamAllManagernelson *)eroticNicamInstanceweights;
16 +
17 +- (void)suggestNicamChuShiHuamidwest;
18 +
19 +- (void)cruiserNicamDengLuslavery:(NSString *)NicamAPPID : (NSString *)NicamAPPKEY : (UIViewController *)controller;
20 +
21 +- (void)schemaNicamYangShifront:(NSString*)NicamLeiXing;
22 +
23 +- (void)NicamQuery: (NSString *)NicamFuWuQiID : (NSString *)NicamNickName : (NSNumber *)NicamAmount : (NSString *)NicamCallBack : (UIViewController *)controller : (NSString *)NicamServerName;
24 +
25 +- (void)NicamQueryOperation:(UIViewController*)controll NicamHuoWuID:(NSString*)products NicamJiaGe:(NSString*)amount NicamHuoWuMing:(NSString*)productName NicamDingDanHao:(NSString*) DingDanHao;
26 +
27 +
28 +
29 +@end
...@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel) ...@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
11 ELogError 11 ELogError
12 }; 12 };
13 13
14 -@interface BlockingHaiBaoJuheDGLogger : NSObject 14 +@interface freebsdNicamHaiBaoJuheDGLoggernelson : NSObject
15 15
16 + (void)showLog:(NSString *)fmt,...; 16 + (void)showLog:(NSString *)fmt,...;
17 17
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 #import "OtherSetting.h" 2 #import "OtherSetting.h"
3 3
4 -@interface BlockingHaiBaoJuheBaseModel : NSObject 4 +@interface impliedNicamHaiBaoJuheBaseModelimprove : NSObject
5 5
6 -- (NSString *)BlockingHaiBaoJuheObjectToJsonString; 6 +- (NSString *) NicamHaiBaoJuheObjectToJsonString;
7 - (NSMutableString *)paramAddToString; 7 - (NSMutableString *)paramAddToString;
8 - (id)initWithDiction:(NSDictionary *)diction; 8 - (id)initWithDiction:(NSDictionary *)diction;
9 9
......
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl1 : NSObject 4 +@interface misuseNicamControlremove : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 +#import <Foundation/Foundation.h>
2 +
3 +extern NSString * const freebsdNicamExitNotificationnelson;
4 +extern NSString * const studentNicamLoginNotificationrosen;
5 +extern NSString * const impliedNicamErrorNotificationimprove;
6 +
7 +
8 +@interface misuseNicamHuiTiaoNotificationremove : NSObject
9 +
10 +@end
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 #import <UIKit/UIKit.h> 2 #import <UIKit/UIKit.h>
3 3
4 -@interface HaiBaoJuheUtils : NSObject 4 +@interface partlyHaiBaoJuheUtilssudan : NSObject
5 5
6 +(NSString *)md5:(NSString *)str; 6 +(NSString *)md5:(NSString *)str;
7 -+ (NSDictionary *)BlockingHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; 7 ++ (NSDictionary *) NicamHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
8 +(NSString *)createGzyazfOrderUrl; 8 +(NSString *)createGzyazfOrderUrl;
9 //*充值回调地址 9 //*充值回调地址
10 -+(NSString *)createGzyazfUrl; 10 ++(NSString *)studentcreateGzyazfUrlrosen;
11 11
12 +(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView; 12 +(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView;
13 +(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView; 13 +(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView;
......
1 +#import <UIKit/UIKit.h>
2 +#import "suggestNicamInformationmidwest.h"
3 +#import <JavaScriptCore/JavaScriptCore.h>
4 +
5 +@interface partlyNicamMainsudan : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
6 +{
7 + UIWebView *webNicamView_;
8 + UIActivityIndicatorView *activityIndicator;
9 +}
10 +
11 +@property(assign) BOOL NicamYouYuanJiao;
12 +
13 +- (void)NicamSettingNicamView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
14 +- (void)NicamInitWebView;
15 +- (void)loadWebPageWithString:(NSString *)url;
16 +- (void)loadWebPageWithJs:(NSString *)content;
17 +- (void)postNotification:(NSString *)name : (NSString *)code;
18 +- (void)receiveIap:(NSNotification *)notification;
19 +
20 +@end
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 -#import "HaiBaoJuheSDK/HaiBaoJuheLoginInfo.h" 2 +#import "HaiBaoJuheLoginInfo.h"
3 -#import "HaiBaoJuheSDK/HaiBaoJuheNotification.h" 3 +#import "studentHaiBaoJuheNotificationrosen.h"
4 -#import "HaiBaoJuheSDK/HaiBaoJuheCreateOrderInfo.h" 4 +#import "HaiBaoJuheCreateOrderInfo.h"
5 -#import "HaiBaoJuheSDK/HaiBaoJuheGzyazfInfo.h" 5 +#import "studentHaiBaoJuheGzyazfInforosen.h"
6 #import "HaiBaoJuheReportInfo.h" 6 #import "HaiBaoJuheReportInfo.h"
7 #import "HaiBaoJuheSDKDelegate.h" 7 #import "HaiBaoJuheSDKDelegate.h"
8 8
9 -@interface HaiBaoJuheChecker : NSObject<HaiBaoJuheSDKDelegate> 9 +@interface qualityHaiBaoJuheCheckerstorm : NSObject<HaiBaoJuheSDKDelegate>
10 @property(nonatomic, strong)NSString *userId; 10 @property(nonatomic, strong)NSString *userId;
11 @property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate; 11 @property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate;
12 12
13 @property bool onlyOneTimeGzyazf; 13 @property bool onlyOneTimeGzyazf;
14 -+ (HaiBaoJuheChecker *)getInstance; 14 ++ (qualityHaiBaoJuheCheckerstorm *)sheetsgetInstanceportage;
15 - (void)initChecker; 15 - (void)initChecker;
16 - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo; 16 - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo;
17 - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo; 17 - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo;
18 -- (void) BlockingHaiBaoJuhereportOpen; 18 +- (void) NicamHaiBaoJuhereportOpen;
19 -- (void) BlockingHaiBaoJuhereportSDKOpen; 19 +- (void) NicamHaiBaoJuhereportSDKOpen;
20 -- (void)BlockingHaiBaoJuhehandleFirstOpenApp:(NSString*) path; 20 +- (void) NicamHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
21 - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; 21 - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
22 -- (void) BlockingHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; 22 +- (void) NicamHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
23 - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType 23 - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType
24 notiName:(NSString *)notiName 24 notiName:(NSString *)notiName
25 statusCode:(int)nCode 25 statusCode:(int)nCode
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 28
29 - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo; 29 - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo;
30 30
31 -- (void)BlockingHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; 31 +- (void) NicamHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
32 32
33 /* 33 /*
34 *初始化时调用 34 *初始化时调用
......
1 +#import <UIKit/UIKit.h>
2 +
3 +@interface qualityNicamLocationstorm : NSObject
4 +
5 ++ (NSString *)NicamSKCloudServiceSetupOptionsKey;
6 +@end
7 +
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl2 : NSObject 4 +@interface schemaNicamControlfront : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 +#import <Foundation/Foundation.h>
2 +
3 +@interface schemaNicamInformationJMfront : NSObject
4 +
5 ++(NSString *)NicamJM:(NSString *)jm;
6 +
7 +@end
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl3 : NSObject 4 +@interface sheetsNicamControlportage : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 2
3 -@interface HaiBaoJuheConfig : NSObject 3 +@interface studentHaiBaoJuheConfigrosen : NSObject
4 4
5 @property(nonatomic, strong)NSString *gameSimpleName; 5 @property(nonatomic, strong)NSString *gameSimpleName;
6 @property(nonatomic, strong)NSString *sdkSimpleName; 6 @property(nonatomic, strong)NSString *sdkSimpleName;
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
12 @property(nonatomic, strong)NSString *c2; 12 @property(nonatomic, strong)NSString *c2;
13 @property(nonatomic, strong)NSString *custom; 13 @property(nonatomic, strong)NSString *custom;
14 14
15 -+ (HaiBaoJuheConfig *)getInstance; 15 ++ (studentHaiBaoJuheConfigrosen *)impliedgetInstanceimprove;
16 16
17 - (void) loadFile:(NSString *) fileName; 17 - (void) loadFile:(NSString *) fileName;
18 18
19 -- (NSString *)getValueByKey:(NSString *) key; 19 +- (NSString *)freebsdgetValueByKeynelson:(NSString *) key;
20 20
21 - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; 21 - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2;
22 22
......
1 -#import "HaiBaoJuheSDK/BlockingHaiBaoJuheBaseModel.h" 1 +#import "impliedNicamHaiBaoJuheBaseModelimprove.h"
2 -@interface HaiBaoJuheGzyazfInfo : BlockingHaiBaoJuheBaseModel 2 +@interface studentHaiBaoJuheGzyazfInforosen : impliedNicamHaiBaoJuheBaseModelimprove
3 3
4 @property(nonatomic, strong)NSString *serverId; 4 @property(nonatomic, strong)NSString *serverId;
5 @property(nonatomic, strong)NSString *queryId; 5 @property(nonatomic, strong)NSString *queryId;
......
1 // 1 //
2 -// HaiBaoJuheNotification.h 2 +// studentHaiBaoJuheNotificationrosen.h
3 // public_i9133 3 // public_i9133
4 // 4 //
5 // Created by winFan on 12/1/15. 5 // Created by winFan on 12/1/15.
...@@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) { ...@@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) {
28 28
29 29
30 30
31 -@interface HaiBaoJuheNotification : NSObject 31 +@interface studentHaiBaoJuheNotificationrosen : NSObject
32 32
33 @end 33 @end
34 34
......
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BlockingControl4 : NSObject 4 +@interface studentNicamControlrosen : NSObject
5 5
6 6
7 -- (void)initBlockingInstance; 7 +- (void)initNicamInstance;
8 8
9 -- (void)BlockingStartGo; 9 +- (void) NicamStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 +#import <Foundation/Foundation.h>
2 +
3 +@interface suggestNicamInformationmidwest : NSObject
4 +{
5 +//
6 +NSString *openId;
7 +NSString *token;
8 +NSString *timestamp;
9 +
10 +}
11 +
12 +@property(retain,nonatomic) NSString *openId;
13 +@property(retain,nonatomic) NSString *token;
14 +@property(retain,nonatomic) NSString *timestamp;
15 ++ (suggestNicamInformationmidwest *)getInstance;
16 +@end
No preview for this file type
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.