xuguohong

update

Showing 63 changed files with 332 additions and 308 deletions
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 +<plist version="1.0">
4 +<dict>
5 + <key>SchemeUserState</key>
6 + <dict>
7 + <key>Demo.xcscheme_^#shared#^_</key>
8 + <dict>
9 + <key>orderHint</key>
10 + <integer>0</integer>
11 + </dict>
12 + </dict>
13 +</dict>
14 +</plist>
1 +#import <UIKit/UIKit.h>
2 +#import "StoreKit/StoreKit.h"
3 +
4 +@interface AthlonLengthsAllManagerTenor : NSObject
5 +{
6 + NSString* LengthsAPPID_;
7 + NSString* LengthsAPPKEY_;
8 +
9 + NSString* LengthsInviterCode_;
10 +}
11 +
12 +@property(strong) NSMutableArray* LengthsList;
13 +@property bool LengthsGeiWoHuaQianBa;
14 +
15 ++ (AthlonLengthsAllManagerTenor *)SamplesLengthsInstanceStepped;
16 +
17 +- (void)TunedLengthsChuShiHuaHebrews;
18 +
19 +- (void)WantingLengthsDengLuWhisper:(NSString *)LengthsAPPID : (NSString *)LengthsAPPKEY : (UIViewController *)controller;
20 +
21 +- (void)PossessLengthsYangShiPeugeot:(NSString*)LengthsLeiXing;
22 +
23 +- (void)PossessLengthsUrlPeugeot:(NSString*)LengthsUrl;
24 +
25 +- (void)LengthsQuery: (NSString *)LengthsFuWuQiID : (NSString *)LengthsNickName : (NSNumber *)LengthsAmount : (NSString *)LengthsCallBack : (UIViewController *)controller : (NSString *)LengthsServerName;
26 +
27 +- (void)LengthsQueryOperation:(UIViewController*)controll LengthsHuoWuID:(NSString*)products LengthsJiaGe:(NSString*)amount LengthsHuoWuMing:(NSString*)productName LengthsDingDanHao:(NSString*) DingDanHao;
28 +
29 +
30 +
31 +@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 CasperHatredHaiBaoJuheDGLoggerPanties : NSObject 14 +@interface AthlonLengthsHaiBaoJuheDGLoggerTenor : NSObject
15 15
16 + (void)showLog:(NSString *)fmt,...; 16 + (void)showLog:(NSString *)fmt,...;
17 17
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 2
3 NS_ASSUME_NONNULL_BEGIN 3 NS_ASSUME_NONNULL_BEGIN
4 4
5 -@interface TenantHatredEncryptToolPivot : NSObject 5 +@interface BelgianLengthsEncryptToolSmoke : NSObject
6 6
7 + (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth withData:(NSData *)argData; 7 + (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth withData:(NSData *)argData;
8 8
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 #import "OtherSetting.h" 2 #import "OtherSetting.h"
3 3
4 -@interface TenantHatredHaiBaoJuheBaseModelPivot : NSObject 4 +@interface BelgianLengthsHaiBaoJuheBaseModelSmoke : NSObject
5 5
6 -- (NSString *) HatredHaiBaoJuheObjectToJsonString; 6 +- (NSString *) LengthsHaiBaoJuheObjectToJsonString;
7 - (NSMutableString *)paramAddToString; 7 - (NSMutableString *)paramAddToString;
8 - (id)initWithDiction:(NSDictionary *)diction; 8 - (id)initWithDiction:(NSDictionary *)diction;
9 9
......
1 -#import <Foundation/Foundation.h>
2 -
3 -extern NSString * const CasperHatredExitNotificationPanties;
4 -extern NSString * const YieldHatredLoginNotificationClouds;
5 -extern NSString * const TenantHatredErrorNotificationPivot;
6 -
7 -
8 -@interface BluffHatredHuiTiaoNotificationHerbal : NSObject
9 -
10 -@end
1 -#import <UIKit/UIKit.h>
2 -#import "StoreKit/StoreKit.h"
3 -
4 -@interface CasperHatredAllManagerPanties : NSObject
5 -{
6 - NSString* HatredAPPID_;
7 - NSString* HatredAPPKEY_;
8 -
9 - NSString* HatredInviterCode_;
10 -}
11 -
12 -@property(strong) NSMutableArray* HatredList;
13 -@property bool HatredGeiWoHuaQianBa;
14 -
15 -+ (CasperHatredAllManagerPanties *)WebcastHatredInstanceCollars;
16 -
17 -- (void)LocusHatredChuShiHuaPhotos;
18 -
19 -- (void)CoolpixHatredDengLuCharged:(NSString *)HatredAPPID : (NSString *)HatredAPPKEY : (UIViewController *)controller;
20 -
21 -- (void)MakingHatredYangShiJukebox:(NSString*)HatredLeiXing;
22 -
23 -- (void)MakingHatredUrlJukebox:(NSString*)HatredUrl;
24 -
25 -- (void)HatredQuery: (NSString *)HatredFuWuQiID : (NSString *)HatredNickName : (NSNumber *)HatredAmount : (NSString *)HatredCallBack : (UIViewController *)controller : (NSString *)HatredServerName;
26 -
27 -- (void)HatredQueryOperation:(UIViewController*)controll HatredHuoWuID:(NSString*)products HatredJiaGe:(NSString*)amount HatredHuoWuMing:(NSString*)productName HatredDingDanHao:(NSString*) DingDanHao;
28 -
29 -
30 -
31 -@end
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BluffHatredControlHerbal : NSObject 4 +@interface CeleronLengthsControlEarlier : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
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 YieldHaiBaoJuheConfigClouds : NSObject 3 +@interface EmptyHaiBaoJuheConfigLipitor : 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 -+ (YieldHaiBaoJuheConfigClouds *)TenantgetInstancePivot; 15 ++ (EmptyHaiBaoJuheConfigLipitor *)BelgiangetInstanceSmoke;
16 16
17 - (void) loadFile:(NSString *) fileName; 17 - (void) loadFile:(NSString *) fileName;
18 18
19 -- (NSString *)CaspergetValueByKeyPanties:(NSString *) key; 19 +- (NSString *)AthlongetValueByKeyTenor:(NSString *) key;
20 20
21 - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; 21 - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2;
22 22
......
1 -#import "TenantHatredHaiBaoJuheBaseModelPivot.h" 1 +#import "BelgianLengthsHaiBaoJuheBaseModelSmoke.h"
2 -@interface YieldHaiBaoJuheGzyazfInfoClouds : TenantHatredHaiBaoJuheBaseModelPivot 2 +@interface EmptyHaiBaoJuheGzyazfInfoLipitor : BelgianLengthsHaiBaoJuheBaseModelSmoke
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 -// YieldHaiBaoJuheNotificationClouds.h 2 +// EmptyHaiBaoJuheNotificationLipitor.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 YieldHaiBaoJuheNotificationClouds : NSObject 31 +@interface EmptyHaiBaoJuheNotificationLipitor : 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 CoolpixHatredControlCharged : NSObject 4 +@interface EmptyLengthsControlLipitor : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
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 #import <UIKit/UIKit.h> 2 #import <UIKit/UIKit.h>
3 3
4 -@interface FalconHaiBaoJuheUtilsTelstra : NSObject 4 +@interface ForrestHaiBaoJuheUtilsOxygen : NSObject
5 5
6 +(NSString *)md5:(NSString *)str; 6 +(NSString *)md5:(NSString *)str;
7 -+ (NSDictionary *) HatredHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; 7 ++ (NSDictionary *) LengthsHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
8 +(NSString *)createGzyazfOrderUrl; 8 +(NSString *)createGzyazfOrderUrl;
9 //*充值回调地址 9 //*充值回调地址
10 -+(NSString *)YieldcreateGzyazfUrlClouds; 10 ++(NSString *)EmptycreateGzyazfUrlLipitor;
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 "LocusHatredInformationPhotos.h" 2 +#import "TunedLengthsInformationHebrews.h"
3 #import <JavaScriptCore/JavaScriptCore.h> 3 #import <JavaScriptCore/JavaScriptCore.h>
4 #import <WebKit/WebKit.h> 4 #import <WebKit/WebKit.h>
5 5
6 -@interface FalconHatredMainTelstra : UIViewController<WKNavigationDelegate,WKScriptMessageHandler> 6 +@interface ForrestLengthsMainOxygen : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
7 { 7 {
8 - WKWebView *webHatredView_; 8 + WKWebView *webLengthsView_;
9 UIActivityIndicatorView *activityIndicator; 9 UIActivityIndicatorView *activityIndicator;
10 } 10 }
11 11
12 -@property(assign) BOOL HatredYouYuanJiao; 12 +@property(assign) BOOL LengthsYouYuanJiao;
13 13
14 -- (void)HatredSettingHatredView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; 14 +- (void)LengthsSettingLengthsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
15 -- (void)HatredInitWebView; 15 +- (void)LengthsInitWebView;
16 - (void)loadWebPageWithString:(NSString *)url; 16 - (void)loadWebPageWithString:(NSString *)url;
17 - (void)loadWebPageWithJs:(NSString *)content; 17 - (void)loadWebPageWithJs:(NSString *)content;
18 - (void)postNotification:(NSString *)name : (NSString *)code; 18 - (void)postNotification:(NSString *)name : (NSString *)code;
......
1 -#import "TenantHatredHaiBaoJuheBaseModelPivot.h" 1 +#import "BelgianLengthsHaiBaoJuheBaseModelSmoke.h"
2 -@interface HaiBaoJuheCreateOrderInfo : TenantHatredHaiBaoJuheBaseModelPivot 2 +@interface HaiBaoJuheCreateOrderInfo : BelgianLengthsHaiBaoJuheBaseModelSmoke
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 *) HatredHaiBaoJuheGetTsign ; 19 +- (NSString *) LengthsHaiBaoJuheGetTsign ;
20 -- (NSString *) HatredHaiBaoJuheGetTimestamp ; 20 +- (NSString *) LengthsHaiBaoJuheGetTimestamp ;
21 21
22 @end 22 @end
......
1 -#import "TenantHatredHaiBaoJuheBaseModelPivot.h" 1 +#import "BelgianLengthsHaiBaoJuheBaseModelSmoke.h"
2 -@interface HaiBaoJuheLoginInfo : TenantHatredHaiBaoJuheBaseModelPivot 2 +@interface HaiBaoJuheLoginInfo : BelgianLengthsHaiBaoJuheBaseModelSmoke
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 -// HatredHaiBaoJuheReportInfo.h 2 +// LengthsHaiBaoJuheReportInfo.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 "TenantHatredHaiBaoJuheBaseModelPivot.h" 9 +#import "BelgianLengthsHaiBaoJuheBaseModelSmoke.h"
10 -@interface HaiBaoJuheReportInfo : TenantHatredHaiBaoJuheBaseModelPivot 10 +@interface HaiBaoJuheReportInfo : BelgianLengthsHaiBaoJuheBaseModelSmoke
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
......
...@@ -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* HatredList; 13 +@property(strong) NSMutableArray* LengthsList;
14 14
15 @property BOOL isAppleGzyazfing; 15 @property BOOL isAppleGzyazfing;
16 16
......
1 #import <UIKit/UIKit.h> 1 #import <UIKit/UIKit.h>
2 -#import "WestinHaiBaoJuheCheckerDietary.h" 2 +#import "SuperbHaiBaoJuheCheckerValet.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 "YieldHaiBaoJuheNotificationClouds.h" 6 +#import "EmptyHaiBaoJuheNotificationLipitor.h"
7 -#import "YieldHaiBaoJuheGzyazfInfoClouds.h" 7 +#import "EmptyHaiBaoJuheGzyazfInfoLipitor.h"
8 #import "UnionInterface.h" 8 #import "UnionInterface.h"
9 #import "HaiBaoJuheCreateOrderInfo.h" 9 #import "HaiBaoJuheCreateOrderInfo.h"
10 -#import "YieldHaiBaoJuheConfigClouds.h" 10 +#import "EmptyHaiBaoJuheConfigLipitor.h"
11 -#import "FalconHaiBaoJuheUtilsTelstra.h" 11 +#import "ForrestHaiBaoJuheUtilsOxygen.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 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface CroydonHatredControlKnock : NSObject 4 +@interface HelperLengthsControlExpress : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 +#import <Foundation/Foundation.h>
2 +
3 +extern NSString * const AthlonLengthsExitNotificationTenor;
4 +extern NSString * const EmptyLengthsLoginNotificationLipitor;
5 +extern NSString * const BelgianLengthsErrorNotificationSmoke;
6 +
7 +
8 +@interface HelperLengthsHuiTiaoNotificationExpress : NSObject
9 +
10 +@end
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface MakingHatredControlJukebox : NSObject 4 +@interface PossessLengthsControlPeugeot : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
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 MakingHatredInformationJMJukebox : NSObject 3 +@interface PossessLengthsInformationJMPeugeot : NSObject
4 4
5 -+(NSString *)HatredJM:(NSString *)jm; 5 ++(NSString *)LengthsJM:(NSString *)jm;
6 6
7 @end 7 @end
......
1 +#import <UIKit/UIKit.h>
2 +
3 +@interface SamplesLengthsIAPHelperControlStepped : NSObject<UITableViewDelegate, UITableViewDataSource>
4 +
5 +@property(nonatomic,strong) NSString* LengthsDingDanHao;
6 +@property(nonatomic,strong) NSDictionary* LengthsHuoWuLieBiao;
7 +@property(nonatomic,strong) NSMutableArray* LengthsHuoWuIDLieBiao;
8 +@property(nonatomic, strong) UITableView *LengthsHuoWuLieBiaoView;
9 +
10 +- (void)LengthsHuaQianView:(UIViewController*)controller LengthsHuoWuD:(NSString*)products LengthsQian:(NSString*)amount LengthsHuoWuMing:(NSString*)productName LengthsDingDanHao:(NSString*)DingDanHao;
11 +
12 +@end
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 #import "HaiBaoJuheLoginInfo.h" 2 #import "HaiBaoJuheLoginInfo.h"
3 -#import "YieldHaiBaoJuheNotificationClouds.h" 3 +#import "EmptyHaiBaoJuheNotificationLipitor.h"
4 #import "HaiBaoJuheCreateOrderInfo.h" 4 #import "HaiBaoJuheCreateOrderInfo.h"
5 -#import "YieldHaiBaoJuheGzyazfInfoClouds.h" 5 +#import "EmptyHaiBaoJuheGzyazfInfoLipitor.h"
6 #import "HaiBaoJuheReportInfo.h" 6 #import "HaiBaoJuheReportInfo.h"
7 #import "HaiBaoJuheSDKDelegate.h" 7 #import "HaiBaoJuheSDKDelegate.h"
8 8
9 -@interface WestinHaiBaoJuheCheckerDietary : NSObject<HaiBaoJuheSDKDelegate> 9 +@interface SuperbHaiBaoJuheCheckerValet : 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 -+ (WestinHaiBaoJuheCheckerDietary *)CroydongetInstanceKnock; 14 ++ (SuperbHaiBaoJuheCheckerValet *)CelerongetInstanceEarlier;
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) HatredHaiBaoJuhereportOpen; 18 +- (void) LengthsHaiBaoJuhereportOpen;
19 -- (void) HatredHaiBaoJuhereportSDKOpen; 19 +- (void) LengthsHaiBaoJuhereportSDKOpen;
20 -- (void) HatredHaiBaoJuhehandleFirstOpenApp:(NSString*) path; 20 +- (void) LengthsHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
21 - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; 21 - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
22 -- (void) HatredHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; 22 +- (void) LengthsHaiBaoJuheReport:(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) HatredHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; 31 +- (void) LengthsHaiBaoJuheStartCheckDelegate:(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 WestinHatredLocationDietary : NSObject 3 +@interface SuperbLengthsLocationValet : NSObject
4 4
5 -+ (NSString *)HatredSKCloudServiceSetupOptionsKey; 5 ++ (NSString *)LengthsSKCloudServiceSetupOptionsKey;
6 @end 6 @end
7 7
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 2
3 -@interface LocusHatredInformationPhotos : NSObject 3 +@interface TunedLengthsInformationHebrews : 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 -+ (LocusHatredInformationPhotos *)getInstance; 15 ++ (TunedLengthsInformationHebrews *)getInstance;
16 @end 16 @end
......
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface YieldHatredControlClouds : NSObject 4 +@interface WantingLengthsControlWhisper : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 -#import <UIKit/UIKit.h>
2 -
3 -@interface WebcastHatredIAPHelperControlCollars : NSObject<UITableViewDelegate, UITableViewDataSource>
4 -
5 -@property(nonatomic,strong) NSString* HatredDingDanHao;
6 -@property(nonatomic,strong) NSDictionary* HatredHuoWuLieBiao;
7 -@property(nonatomic,strong) NSMutableArray* HatredHuoWuIDLieBiao;
8 -@property(nonatomic, strong) UITableView *HatredHuoWuLieBiaoView;
9 -
10 -- (void)HatredHuaQianView:(UIViewController*)controller HatredHuoWuD:(NSString*)products HatredQian:(NSString*)amount HatredHuoWuMing:(NSString*)productName HatredDingDanHao:(NSString*)DingDanHao;
11 -
12 -@end
1 #include "SDKInterface.h" 1 #include "SDKInterface.h"
2 #import <UIKit/UIKit.h> 2 #import <UIKit/UIKit.h>
3 3
4 -#import "HaiBaoJuheSDK/CasperHatredAllManagerPanties.h" 4 +#import "HaiBaoJuheSDK/AthlonLengthsAllManagerTenor.h"
5 -#import "HaiBaoJuheSDK/BluffHatredHuiTiaoNotificationHerbal.h" 5 +#import "HaiBaoJuheSDK/HelperLengthsHuiTiaoNotificationExpress.h"
6 -#import "HaiBaoJuheSDK/LocusHatredInformationPhotos.h" 6 +#import "HaiBaoJuheSDK/TunedLengthsInformationHebrews.h"
7 7
8 @implementation SDKInterface : Interface 8 @implementation SDKInterface : Interface
9 9
10 int mExchange; 10 int mExchange;
11 -NSString *HatredAppId; 11 +NSString *LengthsAppId;
12 -NSString *HatredAppKey; 12 +NSString *LengthsAppKey;
13 -NSString *HatredLeakOrderUrl; 13 +NSString *LengthsLeakOrderUrl;
14 14
15 - (void)SDKinit:(UIViewController *) control 15 - (void)SDKinit:(UIViewController *) control
16 { 16 {
17 17
18 [super SDKinit:control]; 18 [super SDKinit:control];
19 19
20 - [YieldHaiBaoJuheConfigClouds TenantgetInstancePivot]; 20 + [EmptyHaiBaoJuheConfigLipitor BelgiangetInstanceSmoke];
21 - [[CasperHatredAllManagerPanties WebcastHatredInstanceCollars]LocusHatredChuShiHuaPhotos]; 21 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped]TunedLengthsChuShiHuaHebrews];
22 - [[CasperHatredAllManagerPanties WebcastHatredInstanceCollars]MakingHatredYangShiJukebox:@"sdk"]; 22 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped]PossessLengthsYangShiPeugeot:@"sdk"];
23 - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:YieldHatredLoginNotificationClouds object:nil]; 23 + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:EmptyLengthsLoginNotificationLipitor object:nil];
24 - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"HatredToolCallBack" object:nil]; 24 + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"LengthsToolCallBack" object:nil];
25 25
26 - [[WestinHaiBaoJuheCheckerDietary CroydongetInstanceKnock] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil]; 26 + [[SuperbHaiBaoJuheCheckerValet CelerongetInstanceEarlier] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil];
27 27
28 - NSString* channelId = [[YieldHaiBaoJuheConfigClouds TenantgetInstancePivot] CaspergetValueByKeyPanties:@"gamechannelid"]; 28 + NSString* channelId = [[EmptyHaiBaoJuheConfigLipitor BelgiangetInstanceSmoke] AthlongetValueByKeyTenor:@"gamechannelid"];
29 if(channelId == nil || [channelId length] <= 0){ 29 if(channelId == nil || [channelId length] <= 0){
30 channelId = @"unknown"; 30 channelId = @"unknown";
31 } 31 }
...@@ -37,9 +37,9 @@ NSString *HatredLeakOrderUrl; ...@@ -37,9 +37,9 @@ NSString *HatredLeakOrderUrl;
37 - (void)SDKloginSDK 37 - (void)SDKloginSDK
38 { 38 {
39 //APPID APPKEY 39 //APPID APPKEY
40 - HatredAppId = [[YieldHaiBaoJuheConfigClouds TenantgetInstancePivot] CaspergetValueByKeyPanties:@"APP_ID"]; 40 + LengthsAppId = [[EmptyHaiBaoJuheConfigLipitor BelgiangetInstanceSmoke] AthlongetValueByKeyTenor:@"APP_ID"];
41 - HatredAppKey =[[YieldHaiBaoJuheConfigClouds TenantgetInstancePivot] CaspergetValueByKeyPanties:@"APP_KEY"]; 41 + LengthsAppKey =[[EmptyHaiBaoJuheConfigLipitor BelgiangetInstanceSmoke] AthlongetValueByKeyTenor:@"APP_KEY"];
42 - [[CasperHatredAllManagerPanties WebcastHatredInstanceCollars]CoolpixHatredDengLuCharged:HatredAppId :HatredAppKey :self.controller]; 42 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped]WantingLengthsDengLuWhisper:LengthsAppId :LengthsAppKey :self.controller];
43 43
44 } 44 }
45 45
...@@ -50,12 +50,12 @@ NSString *HatredLeakOrderUrl; ...@@ -50,12 +50,12 @@ NSString *HatredLeakOrderUrl;
50 { 50 {
51 NSLog(@"loginchek"); 51 NSLog(@"loginchek");
52 HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; 52 HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc];
53 - loginInfo.openId = [[LocusHatredInformationPhotos getInstance]openId]; 53 + loginInfo.openId = [[TunedLengthsInformationHebrews getInstance]openId];
54 - loginInfo.sign = [[LocusHatredInformationPhotos getInstance] token]; 54 + loginInfo.sign = [[TunedLengthsInformationHebrews getInstance] token];
55 - loginInfo.timestamp = [[LocusHatredInformationPhotos getInstance] timestamp]; 55 + loginInfo.timestamp = [[TunedLengthsInformationHebrews getInstance] timestamp];
56 56
57 dispatch_async(dispatch_get_global_queue(0, 0), ^{ 57 dispatch_async(dispatch_get_global_queue(0, 0), ^{
58 - [[WestinHaiBaoJuheCheckerDietary CroydongetInstanceKnock] startCheck:loginInfo]; 58 + [[SuperbHaiBaoJuheCheckerValet CelerongetInstanceEarlier] startCheck:loginInfo];
59 }); 59 });
60 60
61 } 61 }
...@@ -79,7 +79,7 @@ NSString *HatredLeakOrderUrl; ...@@ -79,7 +79,7 @@ NSString *HatredLeakOrderUrl;
79 - (void)HCKAssetsToolCallBack:(NSNotification *)notification 79 - (void)HCKAssetsToolCallBack:(NSNotification *)notification
80 { 80 {
81 NSDictionary* payResultDic = notification.object; 81 NSDictionary* payResultDic = notification.object;
82 - NSString* receiptStr = [payResultDic objectForKey:@"HatredToolResult"]; 82 + NSString* receiptStr = [payResultDic objectForKey:@"LengthsToolResult"];
83 NSString* queryId = [payResultDic objectForKey:@"query_id"]; 83 NSString* queryId = [payResultDic objectForKey:@"query_id"];
84 84
85 //收到回调,保存queryid和data 85 //收到回调,保存queryid和data
...@@ -98,10 +98,10 @@ NSString *HatredLeakOrderUrl; ...@@ -98,10 +98,10 @@ NSString *HatredLeakOrderUrl;
98 [userDefaults setObject:receiptStr forKey:queryId]; 98 [userDefaults setObject:receiptStr forKey:queryId];
99 99
100 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; 100 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil];
101 - NSString* result = [[NetCenter getInstance] httpPostSynFillOD:HatredLeakOrderUrl :receiptDic]; 101 + NSString* result = [[NetCenter getInstance] httpPostSynFillOD:LengthsLeakOrderUrl :receiptDic];
102 102
103 if([@"success" isEqualToString:result]){//确认订单成功 103 if([@"success" isEqualToString:result]){//确认订单成功
104 - [[WestinHaiBaoJuheCheckerDietary CroydongetInstanceKnock] sendNotice:HaiBaoJuheSDKNotificationGzyazf notiName:@"success" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"success" extendData:nil]; 104 + [[SuperbHaiBaoJuheCheckerValet CelerongetInstanceEarlier] sendNotice:HaiBaoJuheSDKNotificationGzyazf notiName:@"success" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"success" extendData:nil];
105 //删除已保存的 105 //删除已保存的
106 [userDefaults removeObjectForKey:queryId]; 106 [userDefaults removeObjectForKey:queryId];
107 [tempQueryIdArray removeObject:queryId]; 107 [tempQueryIdArray removeObject:queryId];
...@@ -119,11 +119,11 @@ NSString *HatredLeakOrderUrl; ...@@ -119,11 +119,11 @@ NSString *HatredLeakOrderUrl;
119 NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; 119 NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults];
120 NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"]; 120 NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"];
121 121
122 - HatredLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", 122 + LengthsLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
123 - [FalconHaiBaoJuheUtilsTelstra YieldcreateGzyazfUrlClouds], 123 + [ForrestHaiBaoJuheUtilsOxygen EmptycreateGzyazfUrlLipitor],
124 [payInfo userId], 124 [payInfo userId],
125 [payInfo playerId]]; 125 [payInfo playerId]];
126 - [userDefaults setObject:HatredLeakOrderUrl forKey:@"lastHatredLeakOrderUrl"]; 126 + [userDefaults setObject:LengthsLeakOrderUrl forKey:@"lastLengthsLeakOrderUrl"];
127 127
128 if (lastqueryid!=nil) { 128 if (lastqueryid!=nil) {
129 //创建订单前进行补单 129 //创建订单前进行补单
...@@ -133,7 +133,7 @@ NSString *HatredLeakOrderUrl; ...@@ -133,7 +133,7 @@ NSString *HatredLeakOrderUrl;
133 receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; 133 receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
134 //如果不为空,进行最后一次补单 134 //如果不为空,进行最后一次补单
135 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil]; 135 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil];
136 - NSString* result = [[NetCenter getInstance] httpPostSynFillOD:HatredLeakOrderUrl :receiptDic]; 136 + NSString* result = [[NetCenter getInstance] httpPostSynFillOD:LengthsLeakOrderUrl :receiptDic];
137 if([@"success" isEqualToString:result]){//确认订单成功 137 if([@"success" isEqualToString:result]){//确认订单成功
138 //删除已保存的 138 //删除已保存的
139 [userDefaults removeObjectForKey:@"lastqueryid"]; 139 [userDefaults removeObjectForKey:@"lastqueryid"];
...@@ -143,8 +143,8 @@ NSString *HatredLeakOrderUrl; ...@@ -143,8 +143,8 @@ NSString *HatredLeakOrderUrl;
143 143
144 mExchange = [payInfo exchange].intValue; 144 mExchange = [payInfo exchange].intValue;
145 [super SDKgzyazfWithGzyazfmentInfo:payInfo]; 145 [super SDKgzyazfWithGzyazfmentInfo:payInfo];
146 - HatredLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", 146 + LengthsLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
147 - [FalconHaiBaoJuheUtilsTelstra YieldcreateGzyazfUrlClouds], 147 + [ForrestHaiBaoJuheUtilsOxygen EmptycreateGzyazfUrlLipitor],
148 [payInfo userId], 148 [payInfo userId],
149 [payInfo playerId]]; 149 [payInfo playerId]];
150 [userDefaults synchronize]; 150 [userDefaults synchronize];
...@@ -209,12 +209,12 @@ NSString *HatredLeakOrderUrl; ...@@ -209,12 +209,12 @@ NSString *HatredLeakOrderUrl;
209 for (NSString* queryId in queryIdArray) { 209 for (NSString* queryId in queryIdArray) {
210 NSString* receiptStr = [userDefaults valueForKey:queryId]; 210 NSString* receiptStr = [userDefaults valueForKey:queryId];
211 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; 211 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil];
212 - NSString* lastHatredLeakOrderUrl = [userDefaults objectForKey:@"lastHatredLeakOrderUrl"]; 212 + NSString* lastLengthsLeakOrderUrl = [userDefaults objectForKey:@"lastLengthsLeakOrderUrl"];
213 NSString* result; 213 NSString* result;
214 - if (lastHatredLeakOrderUrl!=nil) { 214 + if (lastLengthsLeakOrderUrl!=nil) {
215 - result = [[NetCenter getInstance] httpPostSynFillOD:lastHatredLeakOrderUrl :receiptDic]; 215 + result = [[NetCenter getInstance] httpPostSynFillOD:lastLengthsLeakOrderUrl :receiptDic];
216 }else{ 216 }else{
217 - result = [[NetCenter getInstance] httpPostSynFillOD:[FalconHaiBaoJuheUtilsTelstra YieldcreateGzyazfUrlClouds] :receiptDic]; 217 + result = [[NetCenter getInstance] httpPostSynFillOD:[ForrestHaiBaoJuheUtilsOxygen EmptycreateGzyazfUrlLipitor] :receiptDic];
218 } 218 }
219 if([@"success" isEqualToString:result]){//成功 219 if([@"success" isEqualToString:result]){//成功
220 [userDefaults removeObjectForKey:queryId]; 220 [userDefaults removeObjectForKey:queryId];
...@@ -236,7 +236,7 @@ NSString *HatredLeakOrderUrl; ...@@ -236,7 +236,7 @@ NSString *HatredLeakOrderUrl;
236 - (void)receiveCreateOrder:(NSNotification *)notification 236 - (void)receiveCreateOrder:(NSNotification *)notification
237 { 237 {
238 NSLog(@"创建订单成功"); 238 NSLog(@"创建订单成功");
239 - YieldHaiBaoJuheGzyazfInfoClouds *payInfo = [notification object]; 239 + EmptyHaiBaoJuheGzyazfInfoLipitor *payInfo = [notification object];
240 240
241 NSNumber *amount = @([[payInfo postAmount] integerValue] * mExchange); 241 NSNumber *amount = @([[payInfo postAmount] integerValue] * mExchange);
242 NSString *serverId = [payInfo serverId]; 242 NSString *serverId = [payInfo serverId];
...@@ -247,13 +247,18 @@ NSString *HatredLeakOrderUrl; ...@@ -247,13 +247,18 @@ NSString *HatredLeakOrderUrl;
247 [self handlerLeakOrder]; 247 [self handlerLeakOrder];
248 }); 248 });
249 249
250 + NSString *other = [payInfo other];
251 +
252 + if (other && [other length] > 0) {
253 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped] LengthsQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]];
254 + }else{
250 NSString* products = [payInfo products]; 255 NSString* products = [payInfo products];
251 //保存订单号到本地 256 //保存订单号到本地
252 NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; 257 NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults];
253 [userDefaults setObject:queryId forKey:@"lastqueryid"]; 258 [userDefaults setObject:queryId forKey:@"lastqueryid"];
254 [userDefaults synchronize]; 259 [userDefaults synchronize];
255 - [[CasperHatredAllManagerPanties WebcastHatredInstanceCollars] HatredQueryOperation:self.controller HatredHuoWuID:products HatredJiaGe:[payInfo postAmount] HatredHuoWuMing:[payInfo productName] HatredDingDanHao:queryId]; 260 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped] LengthsQueryOperation:self.controller LengthsHuoWuID:products LengthsJiaGe:[payInfo postAmount] LengthsHuoWuMing:[payInfo productName] LengthsDingDanHao:queryId];
256 - 261 + }
257 } 262 }
258 263
259 @end 264 @end
......
1 +#import <UIKit/UIKit.h>
2 +#import "StoreKit/StoreKit.h"
3 +
4 +@interface AthlonLengthsAllManagerTenor : NSObject
5 +{
6 + NSString* LengthsAPPID_;
7 + NSString* LengthsAPPKEY_;
8 +
9 + NSString* LengthsInviterCode_;
10 +}
11 +
12 +@property(strong) NSMutableArray* LengthsList;
13 +@property bool LengthsGeiWoHuaQianBa;
14 +
15 ++ (AthlonLengthsAllManagerTenor *)SamplesLengthsInstanceStepped;
16 +
17 +- (void)TunedLengthsChuShiHuaHebrews;
18 +
19 +- (void)WantingLengthsDengLuWhisper:(NSString *)LengthsAPPID : (NSString *)LengthsAPPKEY : (UIViewController *)controller;
20 +
21 +- (void)PossessLengthsYangShiPeugeot:(NSString*)LengthsLeiXing;
22 +
23 +- (void)PossessLengthsUrlPeugeot:(NSString*)LengthsUrl;
24 +
25 +- (void)LengthsQuery: (NSString *)LengthsFuWuQiID : (NSString *)LengthsNickName : (NSNumber *)LengthsAmount : (NSString *)LengthsCallBack : (UIViewController *)controller : (NSString *)LengthsServerName;
26 +
27 +- (void)LengthsQueryOperation:(UIViewController*)controll LengthsHuoWuID:(NSString*)products LengthsJiaGe:(NSString*)amount LengthsHuoWuMing:(NSString*)productName LengthsDingDanHao:(NSString*) DingDanHao;
28 +
29 +
30 +
31 +@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 CasperHatredHaiBaoJuheDGLoggerPanties : NSObject 14 +@interface AthlonLengthsHaiBaoJuheDGLoggerTenor : NSObject
15 15
16 + (void)showLog:(NSString *)fmt,...; 16 + (void)showLog:(NSString *)fmt,...;
17 17
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 2
3 NS_ASSUME_NONNULL_BEGIN 3 NS_ASSUME_NONNULL_BEGIN
4 4
5 -@interface TenantHatredEncryptToolPivot : NSObject 5 +@interface BelgianLengthsEncryptToolSmoke : NSObject
6 6
7 + (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth withData:(NSData *)argData; 7 + (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth withData:(NSData *)argData;
8 8
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 #import "OtherSetting.h" 2 #import "OtherSetting.h"
3 3
4 -@interface TenantHatredHaiBaoJuheBaseModelPivot : NSObject 4 +@interface BelgianLengthsHaiBaoJuheBaseModelSmoke : NSObject
5 5
6 -- (NSString *) HatredHaiBaoJuheObjectToJsonString; 6 +- (NSString *) LengthsHaiBaoJuheObjectToJsonString;
7 - (NSMutableString *)paramAddToString; 7 - (NSMutableString *)paramAddToString;
8 - (id)initWithDiction:(NSDictionary *)diction; 8 - (id)initWithDiction:(NSDictionary *)diction;
9 9
......
1 -#import <Foundation/Foundation.h>
2 -
3 -extern NSString * const CasperHatredExitNotificationPanties;
4 -extern NSString * const YieldHatredLoginNotificationClouds;
5 -extern NSString * const TenantHatredErrorNotificationPivot;
6 -
7 -
8 -@interface BluffHatredHuiTiaoNotificationHerbal : NSObject
9 -
10 -@end
1 -#import <UIKit/UIKit.h>
2 -#import "StoreKit/StoreKit.h"
3 -
4 -@interface CasperHatredAllManagerPanties : NSObject
5 -{
6 - NSString* HatredAPPID_;
7 - NSString* HatredAPPKEY_;
8 -
9 - NSString* HatredInviterCode_;
10 -}
11 -
12 -@property(strong) NSMutableArray* HatredList;
13 -@property bool HatredGeiWoHuaQianBa;
14 -
15 -+ (CasperHatredAllManagerPanties *)WebcastHatredInstanceCollars;
16 -
17 -- (void)LocusHatredChuShiHuaPhotos;
18 -
19 -- (void)CoolpixHatredDengLuCharged:(NSString *)HatredAPPID : (NSString *)HatredAPPKEY : (UIViewController *)controller;
20 -
21 -- (void)MakingHatredYangShiJukebox:(NSString*)HatredLeiXing;
22 -
23 -- (void)MakingHatredUrlJukebox:(NSString*)HatredUrl;
24 -
25 -- (void)HatredQuery: (NSString *)HatredFuWuQiID : (NSString *)HatredNickName : (NSNumber *)HatredAmount : (NSString *)HatredCallBack : (UIViewController *)controller : (NSString *)HatredServerName;
26 -
27 -- (void)HatredQueryOperation:(UIViewController*)controll HatredHuoWuID:(NSString*)products HatredJiaGe:(NSString*)amount HatredHuoWuMing:(NSString*)productName HatredDingDanHao:(NSString*) DingDanHao;
28 -
29 -
30 -
31 -@end
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface BluffHatredControlHerbal : NSObject 4 +@interface CeleronLengthsControlEarlier : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
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 YieldHaiBaoJuheConfigClouds : NSObject 3 +@interface EmptyHaiBaoJuheConfigLipitor : 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 -+ (YieldHaiBaoJuheConfigClouds *)TenantgetInstancePivot; 15 ++ (EmptyHaiBaoJuheConfigLipitor *)BelgiangetInstanceSmoke;
16 16
17 - (void) loadFile:(NSString *) fileName; 17 - (void) loadFile:(NSString *) fileName;
18 18
19 -- (NSString *)CaspergetValueByKeyPanties:(NSString *) key; 19 +- (NSString *)AthlongetValueByKeyTenor:(NSString *) key;
20 20
21 - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; 21 - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2;
22 22
......
1 -#import "TenantHatredHaiBaoJuheBaseModelPivot.h" 1 +#import "BelgianLengthsHaiBaoJuheBaseModelSmoke.h"
2 -@interface YieldHaiBaoJuheGzyazfInfoClouds : TenantHatredHaiBaoJuheBaseModelPivot 2 +@interface EmptyHaiBaoJuheGzyazfInfoLipitor : BelgianLengthsHaiBaoJuheBaseModelSmoke
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 -// YieldHaiBaoJuheNotificationClouds.h 2 +// EmptyHaiBaoJuheNotificationLipitor.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 YieldHaiBaoJuheNotificationClouds : NSObject 31 +@interface EmptyHaiBaoJuheNotificationLipitor : 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 CoolpixHatredControlCharged : NSObject 4 +@interface EmptyLengthsControlLipitor : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
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 #import <UIKit/UIKit.h> 2 #import <UIKit/UIKit.h>
3 3
4 -@interface FalconHaiBaoJuheUtilsTelstra : NSObject 4 +@interface ForrestHaiBaoJuheUtilsOxygen : NSObject
5 5
6 +(NSString *)md5:(NSString *)str; 6 +(NSString *)md5:(NSString *)str;
7 -+ (NSDictionary *) HatredHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; 7 ++ (NSDictionary *) LengthsHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
8 +(NSString *)createGzyazfOrderUrl; 8 +(NSString *)createGzyazfOrderUrl;
9 //*充值回调地址 9 //*充值回调地址
10 -+(NSString *)YieldcreateGzyazfUrlClouds; 10 ++(NSString *)EmptycreateGzyazfUrlLipitor;
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 "LocusHatredInformationPhotos.h" 2 +#import "TunedLengthsInformationHebrews.h"
3 #import <JavaScriptCore/JavaScriptCore.h> 3 #import <JavaScriptCore/JavaScriptCore.h>
4 #import <WebKit/WebKit.h> 4 #import <WebKit/WebKit.h>
5 5
6 -@interface FalconHatredMainTelstra : UIViewController<WKNavigationDelegate,WKScriptMessageHandler> 6 +@interface ForrestLengthsMainOxygen : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
7 { 7 {
8 - WKWebView *webHatredView_; 8 + WKWebView *webLengthsView_;
9 UIActivityIndicatorView *activityIndicator; 9 UIActivityIndicatorView *activityIndicator;
10 } 10 }
11 11
12 -@property(assign) BOOL HatredYouYuanJiao; 12 +@property(assign) BOOL LengthsYouYuanJiao;
13 13
14 -- (void)HatredSettingHatredView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; 14 +- (void)LengthsSettingLengthsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
15 -- (void)HatredInitWebView; 15 +- (void)LengthsInitWebView;
16 - (void)loadWebPageWithString:(NSString *)url; 16 - (void)loadWebPageWithString:(NSString *)url;
17 - (void)loadWebPageWithJs:(NSString *)content; 17 - (void)loadWebPageWithJs:(NSString *)content;
18 - (void)postNotification:(NSString *)name : (NSString *)code; 18 - (void)postNotification:(NSString *)name : (NSString *)code;
......
1 -#import "TenantHatredHaiBaoJuheBaseModelPivot.h" 1 +#import "BelgianLengthsHaiBaoJuheBaseModelSmoke.h"
2 -@interface HaiBaoJuheCreateOrderInfo : TenantHatredHaiBaoJuheBaseModelPivot 2 +@interface HaiBaoJuheCreateOrderInfo : BelgianLengthsHaiBaoJuheBaseModelSmoke
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 *) HatredHaiBaoJuheGetTsign ; 19 +- (NSString *) LengthsHaiBaoJuheGetTsign ;
20 -- (NSString *) HatredHaiBaoJuheGetTimestamp ; 20 +- (NSString *) LengthsHaiBaoJuheGetTimestamp ;
21 21
22 @end 22 @end
......
1 -#import "TenantHatredHaiBaoJuheBaseModelPivot.h" 1 +#import "BelgianLengthsHaiBaoJuheBaseModelSmoke.h"
2 -@interface HaiBaoJuheLoginInfo : TenantHatredHaiBaoJuheBaseModelPivot 2 +@interface HaiBaoJuheLoginInfo : BelgianLengthsHaiBaoJuheBaseModelSmoke
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 -// HatredHaiBaoJuheReportInfo.h 2 +// LengthsHaiBaoJuheReportInfo.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 "TenantHatredHaiBaoJuheBaseModelPivot.h" 9 +#import "BelgianLengthsHaiBaoJuheBaseModelSmoke.h"
10 -@interface HaiBaoJuheReportInfo : TenantHatredHaiBaoJuheBaseModelPivot 10 +@interface HaiBaoJuheReportInfo : BelgianLengthsHaiBaoJuheBaseModelSmoke
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
......
...@@ -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* HatredList; 13 +@property(strong) NSMutableArray* LengthsList;
14 14
15 @property BOOL isAppleGzyazfing; 15 @property BOOL isAppleGzyazfing;
16 16
......
1 #import <UIKit/UIKit.h> 1 #import <UIKit/UIKit.h>
2 -#import "WestinHaiBaoJuheCheckerDietary.h" 2 +#import "SuperbHaiBaoJuheCheckerValet.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 "YieldHaiBaoJuheNotificationClouds.h" 6 +#import "EmptyHaiBaoJuheNotificationLipitor.h"
7 -#import "YieldHaiBaoJuheGzyazfInfoClouds.h" 7 +#import "EmptyHaiBaoJuheGzyazfInfoLipitor.h"
8 #import "UnionInterface.h" 8 #import "UnionInterface.h"
9 #import "HaiBaoJuheCreateOrderInfo.h" 9 #import "HaiBaoJuheCreateOrderInfo.h"
10 -#import "YieldHaiBaoJuheConfigClouds.h" 10 +#import "EmptyHaiBaoJuheConfigLipitor.h"
11 -#import "FalconHaiBaoJuheUtilsTelstra.h" 11 +#import "ForrestHaiBaoJuheUtilsOxygen.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 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface CroydonHatredControlKnock : NSObject 4 +@interface HelperLengthsControlExpress : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 +#import <Foundation/Foundation.h>
2 +
3 +extern NSString * const AthlonLengthsExitNotificationTenor;
4 +extern NSString * const EmptyLengthsLoginNotificationLipitor;
5 +extern NSString * const BelgianLengthsErrorNotificationSmoke;
6 +
7 +
8 +@interface HelperLengthsHuiTiaoNotificationExpress : NSObject
9 +
10 +@end
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface MakingHatredControlJukebox : NSObject 4 +@interface PossessLengthsControlPeugeot : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
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 MakingHatredInformationJMJukebox : NSObject 3 +@interface PossessLengthsInformationJMPeugeot : NSObject
4 4
5 -+(NSString *)HatredJM:(NSString *)jm; 5 ++(NSString *)LengthsJM:(NSString *)jm;
6 6
7 @end 7 @end
......
1 +#import <UIKit/UIKit.h>
2 +
3 +@interface SamplesLengthsIAPHelperControlStepped : NSObject<UITableViewDelegate, UITableViewDataSource>
4 +
5 +@property(nonatomic,strong) NSString* LengthsDingDanHao;
6 +@property(nonatomic,strong) NSDictionary* LengthsHuoWuLieBiao;
7 +@property(nonatomic,strong) NSMutableArray* LengthsHuoWuIDLieBiao;
8 +@property(nonatomic, strong) UITableView *LengthsHuoWuLieBiaoView;
9 +
10 +- (void)LengthsHuaQianView:(UIViewController*)controller LengthsHuoWuD:(NSString*)products LengthsQian:(NSString*)amount LengthsHuoWuMing:(NSString*)productName LengthsDingDanHao:(NSString*)DingDanHao;
11 +
12 +@end
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 #import "HaiBaoJuheLoginInfo.h" 2 #import "HaiBaoJuheLoginInfo.h"
3 -#import "YieldHaiBaoJuheNotificationClouds.h" 3 +#import "EmptyHaiBaoJuheNotificationLipitor.h"
4 #import "HaiBaoJuheCreateOrderInfo.h" 4 #import "HaiBaoJuheCreateOrderInfo.h"
5 -#import "YieldHaiBaoJuheGzyazfInfoClouds.h" 5 +#import "EmptyHaiBaoJuheGzyazfInfoLipitor.h"
6 #import "HaiBaoJuheReportInfo.h" 6 #import "HaiBaoJuheReportInfo.h"
7 #import "HaiBaoJuheSDKDelegate.h" 7 #import "HaiBaoJuheSDKDelegate.h"
8 8
9 -@interface WestinHaiBaoJuheCheckerDietary : NSObject<HaiBaoJuheSDKDelegate> 9 +@interface SuperbHaiBaoJuheCheckerValet : 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 -+ (WestinHaiBaoJuheCheckerDietary *)CroydongetInstanceKnock; 14 ++ (SuperbHaiBaoJuheCheckerValet *)CelerongetInstanceEarlier;
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) HatredHaiBaoJuhereportOpen; 18 +- (void) LengthsHaiBaoJuhereportOpen;
19 -- (void) HatredHaiBaoJuhereportSDKOpen; 19 +- (void) LengthsHaiBaoJuhereportSDKOpen;
20 -- (void) HatredHaiBaoJuhehandleFirstOpenApp:(NSString*) path; 20 +- (void) LengthsHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
21 - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; 21 - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
22 -- (void) HatredHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; 22 +- (void) LengthsHaiBaoJuheReport:(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) HatredHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; 31 +- (void) LengthsHaiBaoJuheStartCheckDelegate:(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 WestinHatredLocationDietary : NSObject 3 +@interface SuperbLengthsLocationValet : NSObject
4 4
5 -+ (NSString *)HatredSKCloudServiceSetupOptionsKey; 5 ++ (NSString *)LengthsSKCloudServiceSetupOptionsKey;
6 @end 6 @end
7 7
......
1 #import <Foundation/Foundation.h> 1 #import <Foundation/Foundation.h>
2 2
3 -@interface LocusHatredInformationPhotos : NSObject 3 +@interface TunedLengthsInformationHebrews : 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 -+ (LocusHatredInformationPhotos *)getInstance; 15 ++ (TunedLengthsInformationHebrews *)getInstance;
16 @end 16 @end
......
1 1
2 #import <Foundation/Foundation.h> 2 #import <Foundation/Foundation.h>
3 3
4 -@interface YieldHatredControlClouds : NSObject 4 +@interface WantingLengthsControlWhisper : NSObject
5 5
6 6
7 -- (void)initHatredInstance; 7 +- (void)initLengthsInstance;
8 8
9 -- (void) HatredStartGo; 9 +- (void) LengthsStartGo;
10 10
11 @property(strong) NSMutableArray* myarray; 11 @property(strong) NSMutableArray* myarray;
12 12
......
1 -#import <UIKit/UIKit.h>
2 -
3 -@interface WebcastHatredIAPHelperControlCollars : NSObject<UITableViewDelegate, UITableViewDataSource>
4 -
5 -@property(nonatomic,strong) NSString* HatredDingDanHao;
6 -@property(nonatomic,strong) NSDictionary* HatredHuoWuLieBiao;
7 -@property(nonatomic,strong) NSMutableArray* HatredHuoWuIDLieBiao;
8 -@property(nonatomic, strong) UITableView *HatredHuoWuLieBiaoView;
9 -
10 -- (void)HatredHuaQianView:(UIViewController*)controller HatredHuoWuD:(NSString*)products HatredQian:(NSString*)amount HatredHuoWuMing:(NSString*)productName HatredDingDanHao:(NSString*)DingDanHao;
11 -
12 -@end
1 #include "SDKInterface.h" 1 #include "SDKInterface.h"
2 #import <UIKit/UIKit.h> 2 #import <UIKit/UIKit.h>
3 3
4 -#import "HaiBaoJuheSDK/CasperHatredAllManagerPanties.h" 4 +#import "HaiBaoJuheSDK/AthlonLengthsAllManagerTenor.h"
5 -#import "HaiBaoJuheSDK/BluffHatredHuiTiaoNotificationHerbal.h" 5 +#import "HaiBaoJuheSDK/HelperLengthsHuiTiaoNotificationExpress.h"
6 -#import "HaiBaoJuheSDK/LocusHatredInformationPhotos.h" 6 +#import "HaiBaoJuheSDK/TunedLengthsInformationHebrews.h"
7 7
8 @implementation SDKInterface : Interface 8 @implementation SDKInterface : Interface
9 9
10 int mExchange; 10 int mExchange;
11 -NSString *HatredAppId; 11 +NSString *LengthsAppId;
12 -NSString *HatredAppKey; 12 +NSString *LengthsAppKey;
13 -NSString *HatredLeakOrderUrl; 13 +NSString *LengthsLeakOrderUrl;
14 14
15 - (void)SDKinit:(UIViewController *) control 15 - (void)SDKinit:(UIViewController *) control
16 { 16 {
17 17
18 [super SDKinit:control]; 18 [super SDKinit:control];
19 19
20 - [YieldHaiBaoJuheConfigClouds TenantgetInstancePivot]; 20 + [EmptyHaiBaoJuheConfigLipitor BelgiangetInstanceSmoke];
21 - [[CasperHatredAllManagerPanties WebcastHatredInstanceCollars]LocusHatredChuShiHuaPhotos]; 21 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped]TunedLengthsChuShiHuaHebrews];
22 - [[CasperHatredAllManagerPanties WebcastHatredInstanceCollars]MakingHatredYangShiJukebox:@"sdk"]; 22 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped]PossessLengthsYangShiPeugeot:@"sdk"];
23 - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:YieldHatredLoginNotificationClouds object:nil]; 23 + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:EmptyLengthsLoginNotificationLipitor object:nil];
24 - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"HatredToolCallBack" object:nil]; 24 + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"LengthsToolCallBack" object:nil];
25 25
26 - [[WestinHaiBaoJuheCheckerDietary CroydongetInstanceKnock] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil]; 26 + [[SuperbHaiBaoJuheCheckerValet CelerongetInstanceEarlier] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil];
27 27
28 - NSString* channelId = [[YieldHaiBaoJuheConfigClouds TenantgetInstancePivot] CaspergetValueByKeyPanties:@"gamechannelid"]; 28 + NSString* channelId = [[EmptyHaiBaoJuheConfigLipitor BelgiangetInstanceSmoke] AthlongetValueByKeyTenor:@"gamechannelid"];
29 if(channelId == nil || [channelId length] <= 0){ 29 if(channelId == nil || [channelId length] <= 0){
30 channelId = @"unknown"; 30 channelId = @"unknown";
31 } 31 }
...@@ -37,9 +37,9 @@ NSString *HatredLeakOrderUrl; ...@@ -37,9 +37,9 @@ NSString *HatredLeakOrderUrl;
37 - (void)SDKloginSDK 37 - (void)SDKloginSDK
38 { 38 {
39 //APPID APPKEY 39 //APPID APPKEY
40 - HatredAppId = [[YieldHaiBaoJuheConfigClouds TenantgetInstancePivot] CaspergetValueByKeyPanties:@"APP_ID"]; 40 + LengthsAppId = [[EmptyHaiBaoJuheConfigLipitor BelgiangetInstanceSmoke] AthlongetValueByKeyTenor:@"APP_ID"];
41 - HatredAppKey =[[YieldHaiBaoJuheConfigClouds TenantgetInstancePivot] CaspergetValueByKeyPanties:@"APP_KEY"]; 41 + LengthsAppKey =[[EmptyHaiBaoJuheConfigLipitor BelgiangetInstanceSmoke] AthlongetValueByKeyTenor:@"APP_KEY"];
42 - [[CasperHatredAllManagerPanties WebcastHatredInstanceCollars]CoolpixHatredDengLuCharged:HatredAppId :HatredAppKey :self.controller]; 42 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped]WantingLengthsDengLuWhisper:LengthsAppId :LengthsAppKey :self.controller];
43 43
44 } 44 }
45 45
...@@ -50,12 +50,12 @@ NSString *HatredLeakOrderUrl; ...@@ -50,12 +50,12 @@ NSString *HatredLeakOrderUrl;
50 { 50 {
51 NSLog(@"loginchek"); 51 NSLog(@"loginchek");
52 HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; 52 HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc];
53 - loginInfo.openId = [[LocusHatredInformationPhotos getInstance]openId]; 53 + loginInfo.openId = [[TunedLengthsInformationHebrews getInstance]openId];
54 - loginInfo.sign = [[LocusHatredInformationPhotos getInstance] token]; 54 + loginInfo.sign = [[TunedLengthsInformationHebrews getInstance] token];
55 - loginInfo.timestamp = [[LocusHatredInformationPhotos getInstance] timestamp]; 55 + loginInfo.timestamp = [[TunedLengthsInformationHebrews getInstance] timestamp];
56 56
57 dispatch_async(dispatch_get_global_queue(0, 0), ^{ 57 dispatch_async(dispatch_get_global_queue(0, 0), ^{
58 - [[WestinHaiBaoJuheCheckerDietary CroydongetInstanceKnock] startCheck:loginInfo]; 58 + [[SuperbHaiBaoJuheCheckerValet CelerongetInstanceEarlier] startCheck:loginInfo];
59 }); 59 });
60 60
61 } 61 }
...@@ -79,7 +79,7 @@ NSString *HatredLeakOrderUrl; ...@@ -79,7 +79,7 @@ NSString *HatredLeakOrderUrl;
79 - (void)HCKAssetsToolCallBack:(NSNotification *)notification 79 - (void)HCKAssetsToolCallBack:(NSNotification *)notification
80 { 80 {
81 NSDictionary* payResultDic = notification.object; 81 NSDictionary* payResultDic = notification.object;
82 - NSString* receiptStr = [payResultDic objectForKey:@"HatredToolResult"]; 82 + NSString* receiptStr = [payResultDic objectForKey:@"LengthsToolResult"];
83 NSString* queryId = [payResultDic objectForKey:@"query_id"]; 83 NSString* queryId = [payResultDic objectForKey:@"query_id"];
84 84
85 //收到回调,保存queryid和data 85 //收到回调,保存queryid和data
...@@ -98,10 +98,10 @@ NSString *HatredLeakOrderUrl; ...@@ -98,10 +98,10 @@ NSString *HatredLeakOrderUrl;
98 [userDefaults setObject:receiptStr forKey:queryId]; 98 [userDefaults setObject:receiptStr forKey:queryId];
99 99
100 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; 100 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil];
101 - NSString* result = [[NetCenter getInstance] httpPostSynFillOD:HatredLeakOrderUrl :receiptDic]; 101 + NSString* result = [[NetCenter getInstance] httpPostSynFillOD:LengthsLeakOrderUrl :receiptDic];
102 102
103 if([@"success" isEqualToString:result]){//确认订单成功 103 if([@"success" isEqualToString:result]){//确认订单成功
104 - [[WestinHaiBaoJuheCheckerDietary CroydongetInstanceKnock] sendNotice:HaiBaoJuheSDKNotificationGzyazf notiName:@"success" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"success" extendData:nil]; 104 + [[SuperbHaiBaoJuheCheckerValet CelerongetInstanceEarlier] sendNotice:HaiBaoJuheSDKNotificationGzyazf notiName:@"success" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"success" extendData:nil];
105 //删除已保存的 105 //删除已保存的
106 [userDefaults removeObjectForKey:queryId]; 106 [userDefaults removeObjectForKey:queryId];
107 [tempQueryIdArray removeObject:queryId]; 107 [tempQueryIdArray removeObject:queryId];
...@@ -119,11 +119,11 @@ NSString *HatredLeakOrderUrl; ...@@ -119,11 +119,11 @@ NSString *HatredLeakOrderUrl;
119 NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; 119 NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults];
120 NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"]; 120 NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"];
121 121
122 - HatredLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", 122 + LengthsLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
123 - [FalconHaiBaoJuheUtilsTelstra YieldcreateGzyazfUrlClouds], 123 + [ForrestHaiBaoJuheUtilsOxygen EmptycreateGzyazfUrlLipitor],
124 [payInfo userId], 124 [payInfo userId],
125 [payInfo playerId]]; 125 [payInfo playerId]];
126 - [userDefaults setObject:HatredLeakOrderUrl forKey:@"lastHatredLeakOrderUrl"]; 126 + [userDefaults setObject:LengthsLeakOrderUrl forKey:@"lastLengthsLeakOrderUrl"];
127 127
128 if (lastqueryid!=nil) { 128 if (lastqueryid!=nil) {
129 //创建订单前进行补单 129 //创建订单前进行补单
...@@ -133,7 +133,7 @@ NSString *HatredLeakOrderUrl; ...@@ -133,7 +133,7 @@ NSString *HatredLeakOrderUrl;
133 receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; 133 receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
134 //如果不为空,进行最后一次补单 134 //如果不为空,进行最后一次补单
135 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil]; 135 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil];
136 - NSString* result = [[NetCenter getInstance] httpPostSynFillOD:HatredLeakOrderUrl :receiptDic]; 136 + NSString* result = [[NetCenter getInstance] httpPostSynFillOD:LengthsLeakOrderUrl :receiptDic];
137 if([@"success" isEqualToString:result]){//确认订单成功 137 if([@"success" isEqualToString:result]){//确认订单成功
138 //删除已保存的 138 //删除已保存的
139 [userDefaults removeObjectForKey:@"lastqueryid"]; 139 [userDefaults removeObjectForKey:@"lastqueryid"];
...@@ -143,8 +143,8 @@ NSString *HatredLeakOrderUrl; ...@@ -143,8 +143,8 @@ NSString *HatredLeakOrderUrl;
143 143
144 mExchange = [payInfo exchange].intValue; 144 mExchange = [payInfo exchange].intValue;
145 [super SDKgzyazfWithGzyazfmentInfo:payInfo]; 145 [super SDKgzyazfWithGzyazfmentInfo:payInfo];
146 - HatredLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", 146 + LengthsLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
147 - [FalconHaiBaoJuheUtilsTelstra YieldcreateGzyazfUrlClouds], 147 + [ForrestHaiBaoJuheUtilsOxygen EmptycreateGzyazfUrlLipitor],
148 [payInfo userId], 148 [payInfo userId],
149 [payInfo playerId]]; 149 [payInfo playerId]];
150 [userDefaults synchronize]; 150 [userDefaults synchronize];
...@@ -209,12 +209,12 @@ NSString *HatredLeakOrderUrl; ...@@ -209,12 +209,12 @@ NSString *HatredLeakOrderUrl;
209 for (NSString* queryId in queryIdArray) { 209 for (NSString* queryId in queryIdArray) {
210 NSString* receiptStr = [userDefaults valueForKey:queryId]; 210 NSString* receiptStr = [userDefaults valueForKey:queryId];
211 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; 211 NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil];
212 - NSString* lastHatredLeakOrderUrl = [userDefaults objectForKey:@"lastHatredLeakOrderUrl"]; 212 + NSString* lastLengthsLeakOrderUrl = [userDefaults objectForKey:@"lastLengthsLeakOrderUrl"];
213 NSString* result; 213 NSString* result;
214 - if (lastHatredLeakOrderUrl!=nil) { 214 + if (lastLengthsLeakOrderUrl!=nil) {
215 - result = [[NetCenter getInstance] httpPostSynFillOD:lastHatredLeakOrderUrl :receiptDic]; 215 + result = [[NetCenter getInstance] httpPostSynFillOD:lastLengthsLeakOrderUrl :receiptDic];
216 }else{ 216 }else{
217 - result = [[NetCenter getInstance] httpPostSynFillOD:[FalconHaiBaoJuheUtilsTelstra YieldcreateGzyazfUrlClouds] :receiptDic]; 217 + result = [[NetCenter getInstance] httpPostSynFillOD:[ForrestHaiBaoJuheUtilsOxygen EmptycreateGzyazfUrlLipitor] :receiptDic];
218 } 218 }
219 if([@"success" isEqualToString:result]){//成功 219 if([@"success" isEqualToString:result]){//成功
220 [userDefaults removeObjectForKey:queryId]; 220 [userDefaults removeObjectForKey:queryId];
...@@ -236,7 +236,7 @@ NSString *HatredLeakOrderUrl; ...@@ -236,7 +236,7 @@ NSString *HatredLeakOrderUrl;
236 - (void)receiveCreateOrder:(NSNotification *)notification 236 - (void)receiveCreateOrder:(NSNotification *)notification
237 { 237 {
238 NSLog(@"创建订单成功"); 238 NSLog(@"创建订单成功");
239 - YieldHaiBaoJuheGzyazfInfoClouds *payInfo = [notification object]; 239 + EmptyHaiBaoJuheGzyazfInfoLipitor *payInfo = [notification object];
240 240
241 NSNumber *amount = @([[payInfo postAmount] integerValue] * mExchange); 241 NSNumber *amount = @([[payInfo postAmount] integerValue] * mExchange);
242 NSString *serverId = [payInfo serverId]; 242 NSString *serverId = [payInfo serverId];
...@@ -247,13 +247,18 @@ NSString *HatredLeakOrderUrl; ...@@ -247,13 +247,18 @@ NSString *HatredLeakOrderUrl;
247 [self handlerLeakOrder]; 247 [self handlerLeakOrder];
248 }); 248 });
249 249
250 + NSString *other = [payInfo other];
251 +
252 + if (other && [other length] > 0) {
253 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped] LengthsQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]];
254 + }else{
250 NSString* products = [payInfo products]; 255 NSString* products = [payInfo products];
251 //保存订单号到本地 256 //保存订单号到本地
252 NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; 257 NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults];
253 [userDefaults setObject:queryId forKey:@"lastqueryid"]; 258 [userDefaults setObject:queryId forKey:@"lastqueryid"];
254 [userDefaults synchronize]; 259 [userDefaults synchronize];
255 - [[CasperHatredAllManagerPanties WebcastHatredInstanceCollars] HatredQueryOperation:self.controller HatredHuoWuID:products HatredJiaGe:[payInfo postAmount] HatredHuoWuMing:[payInfo productName] HatredDingDanHao:queryId]; 260 + [[AthlonLengthsAllManagerTenor SamplesLengthsInstanceStepped] LengthsQueryOperation:self.controller LengthsHuoWuID:products LengthsJiaGe:[payInfo postAmount] LengthsHuoWuMing:[payInfo productName] LengthsDingDanHao:queryId];
256 - 261 + }
257 } 262 }
258 263
259 @end 264 @end
......