Showing
60 changed files
with
230 additions
and
230 deletions
No preview for this file type
No preview for this file type
No preview for this file type
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface CairoBoostControlSibling : NSObject | 4 | +@interface BundlesMotifControlGallons : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 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 "OtherSetting.h" | 2 | #import "OtherSetting.h" |
| 3 | 3 | ||
| 4 | -@interface BylawsBoostHaiBaoJuheBaseModelDwell : NSObject | 4 | +@interface GilbertMotifHaiBaoJuheBaseModelGoods : NSObject |
| 5 | 5 | ||
| 6 | -- (NSString *) BoostHaiBaoJuheObjectToJsonString; | 6 | +- (NSString *) MotifHaiBaoJuheObjectToJsonString; |
| 7 | - (NSMutableString *)paramAddToString; | 7 | - (NSMutableString *)paramAddToString; |
| 8 | - (id)initWithDiction:(NSDictionary *)diction; | 8 | - (id)initWithDiction:(NSDictionary *)diction; |
| 9 | 9 | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface HaiBaoJuheCreateOrderInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface HaiBaoJuheCreateOrderInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 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 *) BoostHaiBaoJuheGetTsign ; | 19 | +- (NSString *) MotifHaiBaoJuheGetTsign ; |
| 20 | -- (NSString *) BoostHaiBaoJuheGetTimestamp ; | 20 | +- (NSString *) MotifHaiBaoJuheGetTimestamp ; |
| 21 | 21 | ||
| 22 | @end | 22 | @end | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface HaiBaoJuheLoginInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface HaiBaoJuheLoginInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 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 | -// BoostHaiBaoJuheReportInfo.h | 2 | +// MotifHaiBaoJuheReportInfo.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 "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 9 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 10 | -@interface HaiBaoJuheReportInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 10 | +@interface HaiBaoJuheReportInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 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* BoostList; | 13 | +@property(strong) NSMutableArray* MotifList; |
| 14 | 14 | ||
| 15 | @property BOOL isAppleGzyazfing; | 15 | @property BOOL isAppleGzyazfing; |
| 16 | 16 | ... | ... |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "SigningHaiBaoJuheCheckerJuliet.h" | 2 | +#import "TowingHaiBaoJuheCheckerHalfway.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 "SpecifyHaiBaoJuheNotificationCarrie.h" | 6 | +#import "PricingHaiBaoJuheNotificationGrown.h" |
| 7 | -#import "SpecifyHaiBaoJuheGzyazfInfoCarrie.h" | 7 | +#import "PricingHaiBaoJuheGzyazfInfoGrown.h" |
| 8 | #import "UnionInterface.h" | 8 | #import "UnionInterface.h" |
| 9 | #import "HaiBaoJuheCreateOrderInfo.h" | 9 | #import "HaiBaoJuheCreateOrderInfo.h" |
| 10 | -#import "SpecifyHaiBaoJuheConfigCarrie.h" | 10 | +#import "PricingHaiBaoJuheConfigGrown.h" |
| 11 | -#import "GreenHaiBaoJuheUtilsSwinger.h" | 11 | +#import "NurseHaiBaoJuheUtilsLinksys.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" | ... | ... |
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HelpfulBoostIAPHelperControlPlacebo.h
deleted
100644 → 0
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | - | ||
| 3 | -@interface HelpfulBoostIAPHelperControlPlacebo : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | - | ||
| 5 | -@property(nonatomic,strong) NSString* BoostDingDanHao; | ||
| 6 | -@property(nonatomic,strong) NSDictionary* BoostHuoWuLieBiao; | ||
| 7 | -@property(nonatomic,strong) NSMutableArray* BoostHuoWuIDLieBiao; | ||
| 8 | -@property(nonatomic, strong) UITableView *BoostHuoWuLieBiaoView; | ||
| 9 | - | ||
| 10 | -- (void)BoostHuaQianView:(UIViewController*)controller BoostHuoWuD:(NSString*)products BoostQian:(NSString*)amount BoostHuoWuMing:(NSString*)productName BoostDingDanHao:(NSString*)DingDanHao; | ||
| 11 | - | ||
| 12 | -@end |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | + | ||
| 3 | +@interface IbookMotifIAPHelperControlAirmail : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | + | ||
| 5 | +@property(nonatomic,strong) NSString* MotifDingDanHao; | ||
| 6 | +@property(nonatomic,strong) NSDictionary* MotifHuoWuLieBiao; | ||
| 7 | +@property(nonatomic,strong) NSMutableArray* MotifHuoWuIDLieBiao; | ||
| 8 | +@property(nonatomic, strong) UITableView *MotifHuoWuLieBiaoView; | ||
| 9 | + | ||
| 10 | +- (void)MotifHuaQianView:(UIViewController*)controller MotifHuoWuD:(NSString*)products MotifQian:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(NSString*)DingDanHao; | ||
| 11 | + | ||
| 12 | +@end |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface InitialBoostControlMiddot : NSObject | 4 | +@interface ImagesMotifControlMadam : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | +#import <Foundation/Foundation.h> | ||
| 2 | + | ||
| 3 | +extern NSString * const WantedMotifExitNotificationMariana; | ||
| 4 | +extern NSString * const PricingMotifLoginNotificationGrown; | ||
| 5 | +extern NSString * const GilbertMotifErrorNotificationGoods; | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +@interface ImagesMotifHuiTiaoNotificationMadam : NSObject | ||
| 9 | + | ||
| 10 | +@end |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface MarianBoostControlSinking : NSObject | 4 | +@interface LipitorMotifControlCounter : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | -#import "StoreKit/StoreKit.h" | ||
| 3 | - | ||
| 4 | -@interface MessyBoostAllManagerHenri : NSObject | ||
| 5 | -{ | ||
| 6 | - NSString* BoostAPPID_; | ||
| 7 | - NSString* BoostAPPKEY_; | ||
| 8 | - | ||
| 9 | - NSString* BoostInviterCode_; | ||
| 10 | -} | ||
| 11 | - | ||
| 12 | -@property(strong) NSMutableArray* BoostList; | ||
| 13 | -@property bool BoostGeiWoHuaQianBa; | ||
| 14 | - | ||
| 15 | -+ (MessyBoostAllManagerHenri *)HelpfulBoostInstancePlacebo; | ||
| 16 | - | ||
| 17 | -- (void)HigherBoostChuShiHuaMedian; | ||
| 18 | - | ||
| 19 | -- (void)CairoBoostDengLuSibling:(NSString *)BoostAPPID : (NSString *)BoostAPPKEY : (UIViewController *)controller; | ||
| 20 | - | ||
| 21 | -- (void)MarianBoostYangShiSinking:(NSString*)BoostLeiXing; | ||
| 22 | - | ||
| 23 | -- (void)BoostQuery: (NSString *)BoostFuWuQiID : (NSString *)BoostNickName : (NSNumber *)BoostAmount : (NSString *)BoostCallBack : (UIViewController *)controller : (NSString *)BoostServerName; | ||
| 24 | - | ||
| 25 | -- (void)BoostQueryOperation:(UIViewController*)controll BoostHuoWuID:(NSString*)products BoostJiaGe:(NSString*)amount BoostHuoWuMing:(NSString*)productName BoostDingDanHao:(NSString*) DingDanHao; | ||
| 26 | - | ||
| 27 | - | ||
| 28 | - | ||
| 29 | -@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 GreenHaiBaoJuheUtilsSwinger : NSObject | 4 | +@interface NurseHaiBaoJuheUtilsLinksys : NSObject |
| 5 | 5 | ||
| 6 | +(NSString *)md5:(NSString *)str; | 6 | +(NSString *)md5:(NSString *)str; |
| 7 | -+ (NSDictionary *) BoostHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; | 7 | ++ (NSDictionary *) MotifHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; |
| 8 | +(NSString *)createGzyazfOrderUrl; | 8 | +(NSString *)createGzyazfOrderUrl; |
| 9 | //*充值回调地址 | 9 | //*充值回调地址 |
| 10 | -+(NSString *)SpecifycreateGzyazfUrlCarrie; | 10 | ++(NSString *)PricingcreateGzyazfUrlGrown; |
| 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 "HigherBoostInformationMedian.h" | 2 | +#import "PearlsMotifInformationSlower.h" |
| 3 | #import <JavaScriptCore/JavaScriptCore.h> | 3 | #import <JavaScriptCore/JavaScriptCore.h> |
| 4 | 4 | ||
| 5 | -@interface GreenBoostMainSwinger : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> | 5 | +@interface NurseMotifMainLinksys : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> |
| 6 | { | 6 | { |
| 7 | - UIWebView *webBoostView_; | 7 | + UIWebView *webMotifView_; |
| 8 | UIActivityIndicatorView *activityIndicator; | 8 | UIActivityIndicatorView *activityIndicator; |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | -@property(assign) BOOL BoostYouYuanJiao; | 11 | +@property(assign) BOOL MotifYouYuanJiao; |
| 12 | 12 | ||
| 13 | -- (void)BoostSettingBoostView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; | 13 | +- (void)MotifSettingMotifView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; |
| 14 | -- (void)BoostInitWebView; | 14 | +- (void)MotifInitWebView; |
| 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; | ... | ... |
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/PatentBoostHuiTiaoNotificationWalked.h
deleted
100644 → 0
| 1 | -#import <Foundation/Foundation.h> | ||
| 2 | - | ||
| 3 | -extern NSString * const MessyBoostExitNotificationHenri; | ||
| 4 | -extern NSString * const SpecifyBoostLoginNotificationCarrie; | ||
| 5 | -extern NSString * const BylawsBoostErrorNotificationDwell; | ||
| 6 | - | ||
| 7 | - | ||
| 8 | -@interface PatentBoostHuiTiaoNotificationWalked : NSObject | ||
| 9 | - | ||
| 10 | -@end |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | 2 | ||
| 3 | -@interface HigherBoostInformationMedian : NSObject | 3 | +@interface PearlsMotifInformationSlower : 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 | -+ (HigherBoostInformationMedian *)getInstance; | 15 | ++ (PearlsMotifInformationSlower *)getInstance; |
| 16 | @end | 16 | @end | ... | ... |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface PatentBoostControlWalked : NSObject | 4 | +@interface PerformMotifControlCookie : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 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 SpecifyHaiBaoJuheConfigCarrie : NSObject | 3 | +@interface PricingHaiBaoJuheConfigGrown : 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 | -+ (SpecifyHaiBaoJuheConfigCarrie *)BylawsgetInstanceDwell; | 15 | ++ (PricingHaiBaoJuheConfigGrown *)GilbertgetInstanceGoods; |
| 16 | 16 | ||
| 17 | - (void) loadFile:(NSString *) fileName; | 17 | - (void) loadFile:(NSString *) fileName; |
| 18 | 18 | ||
| 19 | -- (NSString *)MessygetValueByKeyHenri:(NSString *) key; | 19 | +- (NSString *)WantedgetValueByKeyMariana:(NSString *) key; |
| 20 | 20 | ||
| 21 | - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; | 21 | - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; |
| 22 | 22 | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface SpecifyHaiBaoJuheGzyazfInfoCarrie : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface PricingHaiBaoJuheGzyazfInfoGrown : GilbertMotifHaiBaoJuheBaseModelGoods |
| 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 | -// SpecifyHaiBaoJuheNotificationCarrie.h | 2 | +// PricingHaiBaoJuheNotificationGrown.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 SpecifyHaiBaoJuheNotificationCarrie : NSObject | 31 | +@interface PricingHaiBaoJuheNotificationGrown : 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 SpecifyBoostControlCarrie : NSObject | 4 | +@interface PricingMotifControlGrown : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 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 "HaiBaoJuheLoginInfo.h" | 2 | #import "HaiBaoJuheLoginInfo.h" |
| 3 | -#import "SpecifyHaiBaoJuheNotificationCarrie.h" | 3 | +#import "PricingHaiBaoJuheNotificationGrown.h" |
| 4 | #import "HaiBaoJuheCreateOrderInfo.h" | 4 | #import "HaiBaoJuheCreateOrderInfo.h" |
| 5 | -#import "SpecifyHaiBaoJuheGzyazfInfoCarrie.h" | 5 | +#import "PricingHaiBaoJuheGzyazfInfoGrown.h" |
| 6 | #import "HaiBaoJuheReportInfo.h" | 6 | #import "HaiBaoJuheReportInfo.h" |
| 7 | #import "HaiBaoJuheSDKDelegate.h" | 7 | #import "HaiBaoJuheSDKDelegate.h" |
| 8 | 8 | ||
| 9 | -@interface SigningHaiBaoJuheCheckerJuliet : NSObject<HaiBaoJuheSDKDelegate> | 9 | +@interface TowingHaiBaoJuheCheckerHalfway : 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 | -+ (SigningHaiBaoJuheCheckerJuliet *)InitialgetInstanceMiddot; | 14 | ++ (TowingHaiBaoJuheCheckerHalfway *)BundlesgetInstanceGallons; |
| 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) BoostHaiBaoJuhereportOpen; | 18 | +- (void) MotifHaiBaoJuhereportOpen; |
| 19 | -- (void) BoostHaiBaoJuhereportSDKOpen; | 19 | +- (void) MotifHaiBaoJuhereportSDKOpen; |
| 20 | -- (void) BoostHaiBaoJuhehandleFirstOpenApp:(NSString*) path; | 20 | +- (void) MotifHaiBaoJuhehandleFirstOpenApp:(NSString*) path; |
| 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; | 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; |
| 22 | -- (void) BoostHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; | 22 | +- (void) MotifHaiBaoJuheReport:(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) BoostHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; | 31 | +- (void) MotifHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; |
| 32 | 32 | ||
| 33 | /* | 33 | /* |
| 34 | *初始化时调用 | 34 | *初始化时调用 | ... | ... |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | +#import "StoreKit/StoreKit.h" | ||
| 3 | + | ||
| 4 | +@interface WantedMotifAllManagerMariana : NSObject | ||
| 5 | +{ | ||
| 6 | + NSString* MotifAPPID_; | ||
| 7 | + NSString* MotifAPPKEY_; | ||
| 8 | + | ||
| 9 | + NSString* MotifInviterCode_; | ||
| 10 | +} | ||
| 11 | + | ||
| 12 | +@property(strong) NSMutableArray* MotifList; | ||
| 13 | +@property bool MotifGeiWoHuaQianBa; | ||
| 14 | + | ||
| 15 | ++ (WantedMotifAllManagerMariana *)IbookMotifInstanceAirmail; | ||
| 16 | + | ||
| 17 | +- (void)PearlsMotifChuShiHuaSlower; | ||
| 18 | + | ||
| 19 | +- (void)PerformMotifDengLuCookie:(NSString *)MotifAPPID : (NSString *)MotifAPPKEY : (UIViewController *)controller; | ||
| 20 | + | ||
| 21 | +- (void)LipitorMotifYangShiCounter:(NSString*)MotifLeiXing; | ||
| 22 | + | ||
| 23 | +- (void)MotifQuery: (NSString *)MotifFuWuQiID : (NSString *)MotifNickName : (NSNumber *)MotifAmount : (NSString *)MotifCallBack : (UIViewController *)controller : (NSString *)MotifServerName; | ||
| 24 | + | ||
| 25 | +- (void)MotifQueryOperation:(UIViewController*)controll MotifHuoWuID:(NSString*)products MotifJiaGe:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(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 MessyBoostHaiBaoJuheDGLoggerHenri : NSObject | 14 | +@interface WantedMotifHaiBaoJuheDGLoggerMariana : NSObject |
| 15 | 15 | ||
| 16 | + (void)showLog:(NSString *)fmt,...; | 16 | + (void)showLog:(NSString *)fmt,...; |
| 17 | 17 | ... | ... |
This diff is collapsed. Click to expand it.
No preview for this file type
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface CairoBoostControlSibling : NSObject | 4 | +@interface BundlesMotifControlGallons : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 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 "OtherSetting.h" | 2 | #import "OtherSetting.h" |
| 3 | 3 | ||
| 4 | -@interface BylawsBoostHaiBaoJuheBaseModelDwell : NSObject | 4 | +@interface GilbertMotifHaiBaoJuheBaseModelGoods : NSObject |
| 5 | 5 | ||
| 6 | -- (NSString *) BoostHaiBaoJuheObjectToJsonString; | 6 | +- (NSString *) MotifHaiBaoJuheObjectToJsonString; |
| 7 | - (NSMutableString *)paramAddToString; | 7 | - (NSMutableString *)paramAddToString; |
| 8 | - (id)initWithDiction:(NSDictionary *)diction; | 8 | - (id)initWithDiction:(NSDictionary *)diction; |
| 9 | 9 | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface HaiBaoJuheCreateOrderInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface HaiBaoJuheCreateOrderInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 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 *) BoostHaiBaoJuheGetTsign ; | 19 | +- (NSString *) MotifHaiBaoJuheGetTsign ; |
| 20 | -- (NSString *) BoostHaiBaoJuheGetTimestamp ; | 20 | +- (NSString *) MotifHaiBaoJuheGetTimestamp ; |
| 21 | 21 | ||
| 22 | @end | 22 | @end | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface HaiBaoJuheLoginInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface HaiBaoJuheLoginInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 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 | -// BoostHaiBaoJuheReportInfo.h | 2 | +// MotifHaiBaoJuheReportInfo.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 "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 9 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 10 | -@interface HaiBaoJuheReportInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 10 | +@interface HaiBaoJuheReportInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 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* BoostList; | 13 | +@property(strong) NSMutableArray* MotifList; |
| 14 | 14 | ||
| 15 | @property BOOL isAppleGzyazfing; | 15 | @property BOOL isAppleGzyazfing; |
| 16 | 16 | ... | ... |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "SigningHaiBaoJuheCheckerJuliet.h" | 2 | +#import "TowingHaiBaoJuheCheckerHalfway.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 "SpecifyHaiBaoJuheNotificationCarrie.h" | 6 | +#import "PricingHaiBaoJuheNotificationGrown.h" |
| 7 | -#import "SpecifyHaiBaoJuheGzyazfInfoCarrie.h" | 7 | +#import "PricingHaiBaoJuheGzyazfInfoGrown.h" |
| 8 | #import "UnionInterface.h" | 8 | #import "UnionInterface.h" |
| 9 | #import "HaiBaoJuheCreateOrderInfo.h" | 9 | #import "HaiBaoJuheCreateOrderInfo.h" |
| 10 | -#import "SpecifyHaiBaoJuheConfigCarrie.h" | 10 | +#import "PricingHaiBaoJuheConfigGrown.h" |
| 11 | -#import "GreenHaiBaoJuheUtilsSwinger.h" | 11 | +#import "NurseHaiBaoJuheUtilsLinksys.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 | -#import <UIKit/UIKit.h> | ||
| 2 | - | ||
| 3 | -@interface HelpfulBoostIAPHelperControlPlacebo : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | - | ||
| 5 | -@property(nonatomic,strong) NSString* BoostDingDanHao; | ||
| 6 | -@property(nonatomic,strong) NSDictionary* BoostHuoWuLieBiao; | ||
| 7 | -@property(nonatomic,strong) NSMutableArray* BoostHuoWuIDLieBiao; | ||
| 8 | -@property(nonatomic, strong) UITableView *BoostHuoWuLieBiaoView; | ||
| 9 | - | ||
| 10 | -- (void)BoostHuaQianView:(UIViewController*)controller BoostHuoWuD:(NSString*)products BoostQian:(NSString*)amount BoostHuoWuMing:(NSString*)productName BoostDingDanHao:(NSString*)DingDanHao; | ||
| 11 | - | ||
| 12 | -@end |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | + | ||
| 3 | +@interface IbookMotifIAPHelperControlAirmail : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | + | ||
| 5 | +@property(nonatomic,strong) NSString* MotifDingDanHao; | ||
| 6 | +@property(nonatomic,strong) NSDictionary* MotifHuoWuLieBiao; | ||
| 7 | +@property(nonatomic,strong) NSMutableArray* MotifHuoWuIDLieBiao; | ||
| 8 | +@property(nonatomic, strong) UITableView *MotifHuoWuLieBiaoView; | ||
| 9 | + | ||
| 10 | +- (void)MotifHuaQianView:(UIViewController*)controller MotifHuoWuD:(NSString*)products MotifQian:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(NSString*)DingDanHao; | ||
| 11 | + | ||
| 12 | +@end |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface InitialBoostControlMiddot : NSObject | 4 | +@interface ImagesMotifControlMadam : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | +#import <Foundation/Foundation.h> | ||
| 2 | + | ||
| 3 | +extern NSString * const WantedMotifExitNotificationMariana; | ||
| 4 | +extern NSString * const PricingMotifLoginNotificationGrown; | ||
| 5 | +extern NSString * const GilbertMotifErrorNotificationGoods; | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +@interface ImagesMotifHuiTiaoNotificationMadam : NSObject | ||
| 9 | + | ||
| 10 | +@end |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface MarianBoostControlSinking : NSObject | 4 | +@interface LipitorMotifControlCounter : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | -#import "StoreKit/StoreKit.h" | ||
| 3 | - | ||
| 4 | -@interface MessyBoostAllManagerHenri : NSObject | ||
| 5 | -{ | ||
| 6 | - NSString* BoostAPPID_; | ||
| 7 | - NSString* BoostAPPKEY_; | ||
| 8 | - | ||
| 9 | - NSString* BoostInviterCode_; | ||
| 10 | -} | ||
| 11 | - | ||
| 12 | -@property(strong) NSMutableArray* BoostList; | ||
| 13 | -@property bool BoostGeiWoHuaQianBa; | ||
| 14 | - | ||
| 15 | -+ (MessyBoostAllManagerHenri *)HelpfulBoostInstancePlacebo; | ||
| 16 | - | ||
| 17 | -- (void)HigherBoostChuShiHuaMedian; | ||
| 18 | - | ||
| 19 | -- (void)CairoBoostDengLuSibling:(NSString *)BoostAPPID : (NSString *)BoostAPPKEY : (UIViewController *)controller; | ||
| 20 | - | ||
| 21 | -- (void)MarianBoostYangShiSinking:(NSString*)BoostLeiXing; | ||
| 22 | - | ||
| 23 | -- (void)BoostQuery: (NSString *)BoostFuWuQiID : (NSString *)BoostNickName : (NSNumber *)BoostAmount : (NSString *)BoostCallBack : (UIViewController *)controller : (NSString *)BoostServerName; | ||
| 24 | - | ||
| 25 | -- (void)BoostQueryOperation:(UIViewController*)controll BoostHuoWuID:(NSString*)products BoostJiaGe:(NSString*)amount BoostHuoWuMing:(NSString*)productName BoostDingDanHao:(NSString*) DingDanHao; | ||
| 26 | - | ||
| 27 | - | ||
| 28 | - | ||
| 29 | -@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 GreenHaiBaoJuheUtilsSwinger : NSObject | 4 | +@interface NurseHaiBaoJuheUtilsLinksys : NSObject |
| 5 | 5 | ||
| 6 | +(NSString *)md5:(NSString *)str; | 6 | +(NSString *)md5:(NSString *)str; |
| 7 | -+ (NSDictionary *) BoostHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; | 7 | ++ (NSDictionary *) MotifHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; |
| 8 | +(NSString *)createGzyazfOrderUrl; | 8 | +(NSString *)createGzyazfOrderUrl; |
| 9 | //*充值回调地址 | 9 | //*充值回调地址 |
| 10 | -+(NSString *)SpecifycreateGzyazfUrlCarrie; | 10 | ++(NSString *)PricingcreateGzyazfUrlGrown; |
| 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 "HigherBoostInformationMedian.h" | 2 | +#import "PearlsMotifInformationSlower.h" |
| 3 | #import <JavaScriptCore/JavaScriptCore.h> | 3 | #import <JavaScriptCore/JavaScriptCore.h> |
| 4 | 4 | ||
| 5 | -@interface GreenBoostMainSwinger : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> | 5 | +@interface NurseMotifMainLinksys : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> |
| 6 | { | 6 | { |
| 7 | - UIWebView *webBoostView_; | 7 | + UIWebView *webMotifView_; |
| 8 | UIActivityIndicatorView *activityIndicator; | 8 | UIActivityIndicatorView *activityIndicator; |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | -@property(assign) BOOL BoostYouYuanJiao; | 11 | +@property(assign) BOOL MotifYouYuanJiao; |
| 12 | 12 | ||
| 13 | -- (void)BoostSettingBoostView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; | 13 | +- (void)MotifSettingMotifView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; |
| 14 | -- (void)BoostInitWebView; | 14 | +- (void)MotifInitWebView; |
| 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> | ||
| 2 | - | ||
| 3 | -extern NSString * const MessyBoostExitNotificationHenri; | ||
| 4 | -extern NSString * const SpecifyBoostLoginNotificationCarrie; | ||
| 5 | -extern NSString * const BylawsBoostErrorNotificationDwell; | ||
| 6 | - | ||
| 7 | - | ||
| 8 | -@interface PatentBoostHuiTiaoNotificationWalked : NSObject | ||
| 9 | - | ||
| 10 | -@end |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | 2 | ||
| 3 | -@interface HigherBoostInformationMedian : NSObject | 3 | +@interface PearlsMotifInformationSlower : 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 | -+ (HigherBoostInformationMedian *)getInstance; | 15 | ++ (PearlsMotifInformationSlower *)getInstance; |
| 16 | @end | 16 | @end | ... | ... |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface PatentBoostControlWalked : NSObject | 4 | +@interface PerformMotifControlCookie : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 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 SpecifyHaiBaoJuheConfigCarrie : NSObject | 3 | +@interface PricingHaiBaoJuheConfigGrown : 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 | -+ (SpecifyHaiBaoJuheConfigCarrie *)BylawsgetInstanceDwell; | 15 | ++ (PricingHaiBaoJuheConfigGrown *)GilbertgetInstanceGoods; |
| 16 | 16 | ||
| 17 | - (void) loadFile:(NSString *) fileName; | 17 | - (void) loadFile:(NSString *) fileName; |
| 18 | 18 | ||
| 19 | -- (NSString *)MessygetValueByKeyHenri:(NSString *) key; | 19 | +- (NSString *)WantedgetValueByKeyMariana:(NSString *) key; |
| 20 | 20 | ||
| 21 | - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; | 21 | - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; |
| 22 | 22 | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface SpecifyHaiBaoJuheGzyazfInfoCarrie : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface PricingHaiBaoJuheGzyazfInfoGrown : GilbertMotifHaiBaoJuheBaseModelGoods |
| 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 | -// SpecifyHaiBaoJuheNotificationCarrie.h | 2 | +// PricingHaiBaoJuheNotificationGrown.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 SpecifyHaiBaoJuheNotificationCarrie : NSObject | 31 | +@interface PricingHaiBaoJuheNotificationGrown : 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 SpecifyBoostControlCarrie : NSObject | 4 | +@interface PricingMotifControlGrown : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 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 "HaiBaoJuheLoginInfo.h" | 2 | #import "HaiBaoJuheLoginInfo.h" |
| 3 | -#import "SpecifyHaiBaoJuheNotificationCarrie.h" | 3 | +#import "PricingHaiBaoJuheNotificationGrown.h" |
| 4 | #import "HaiBaoJuheCreateOrderInfo.h" | 4 | #import "HaiBaoJuheCreateOrderInfo.h" |
| 5 | -#import "SpecifyHaiBaoJuheGzyazfInfoCarrie.h" | 5 | +#import "PricingHaiBaoJuheGzyazfInfoGrown.h" |
| 6 | #import "HaiBaoJuheReportInfo.h" | 6 | #import "HaiBaoJuheReportInfo.h" |
| 7 | #import "HaiBaoJuheSDKDelegate.h" | 7 | #import "HaiBaoJuheSDKDelegate.h" |
| 8 | 8 | ||
| 9 | -@interface SigningHaiBaoJuheCheckerJuliet : NSObject<HaiBaoJuheSDKDelegate> | 9 | +@interface TowingHaiBaoJuheCheckerHalfway : 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 | -+ (SigningHaiBaoJuheCheckerJuliet *)InitialgetInstanceMiddot; | 14 | ++ (TowingHaiBaoJuheCheckerHalfway *)BundlesgetInstanceGallons; |
| 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) BoostHaiBaoJuhereportOpen; | 18 | +- (void) MotifHaiBaoJuhereportOpen; |
| 19 | -- (void) BoostHaiBaoJuhereportSDKOpen; | 19 | +- (void) MotifHaiBaoJuhereportSDKOpen; |
| 20 | -- (void) BoostHaiBaoJuhehandleFirstOpenApp:(NSString*) path; | 20 | +- (void) MotifHaiBaoJuhehandleFirstOpenApp:(NSString*) path; |
| 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; | 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; |
| 22 | -- (void) BoostHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; | 22 | +- (void) MotifHaiBaoJuheReport:(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) BoostHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; | 31 | +- (void) MotifHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; |
| 32 | 32 | ||
| 33 | /* | 33 | /* |
| 34 | *初始化时调用 | 34 | *初始化时调用 | ... | ... |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | +#import "StoreKit/StoreKit.h" | ||
| 3 | + | ||
| 4 | +@interface WantedMotifAllManagerMariana : NSObject | ||
| 5 | +{ | ||
| 6 | + NSString* MotifAPPID_; | ||
| 7 | + NSString* MotifAPPKEY_; | ||
| 8 | + | ||
| 9 | + NSString* MotifInviterCode_; | ||
| 10 | +} | ||
| 11 | + | ||
| 12 | +@property(strong) NSMutableArray* MotifList; | ||
| 13 | +@property bool MotifGeiWoHuaQianBa; | ||
| 14 | + | ||
| 15 | ++ (WantedMotifAllManagerMariana *)IbookMotifInstanceAirmail; | ||
| 16 | + | ||
| 17 | +- (void)PearlsMotifChuShiHuaSlower; | ||
| 18 | + | ||
| 19 | +- (void)PerformMotifDengLuCookie:(NSString *)MotifAPPID : (NSString *)MotifAPPKEY : (UIViewController *)controller; | ||
| 20 | + | ||
| 21 | +- (void)LipitorMotifYangShiCounter:(NSString*)MotifLeiXing; | ||
| 22 | + | ||
| 23 | +- (void)MotifQuery: (NSString *)MotifFuWuQiID : (NSString *)MotifNickName : (NSNumber *)MotifAmount : (NSString *)MotifCallBack : (UIViewController *)controller : (NSString *)MotifServerName; | ||
| 24 | + | ||
| 25 | +- (void)MotifQueryOperation:(UIViewController*)controll MotifHuoWuID:(NSString*)products MotifJiaGe:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(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 MessyBoostHaiBaoJuheDGLoggerHenri : NSObject | 14 | +@interface WantedMotifHaiBaoJuheDGLoggerMariana : NSObject |
| 15 | 15 | ||
| 16 | + (void)showLog:(NSString *)fmt,...; | 16 | + (void)showLog:(NSString *)fmt,...; |
| 17 | 17 | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment