ifish/Ifish/AlibcTradeSDK-3.1.1.96/Frameworks/AlibcTradeBiz.framework/Headers/AlibcTradeBiz.h

44 lines
1.3 KiB
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* AlibcTradeBiz.h
*
* 阿里百川电商
* 项目名称:阿里巴巴电商 AlibcTradeBiz
* 版本号3.1.1.96
* 发布时间2017-03-24
* 开发团队:阿里巴巴百川商业化团队
* 阿里巴巴电商SDK答疑群号1229144682(阿里旺旺)
* Copyright (c) 2016-2019 阿里巴巴-移动事业群-百川. All rights reserved.
*/
#import <UIKit/UIKit.h>
//! Project version number for AlibcTradeBiz.
FOUNDATION_EXPORT double AlibcTradeBizVersionNumber;
//! Project version string for AlibcTradeBiz.
FOUNDATION_EXPORT const unsigned char AlibcTradeBizVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <AlibcTradeBiz/PublicHeader.h>
#ifndef AlibcTradeBiz_h
#define AlibcTradeBiz_h
#import "AlibcTradeEnv.h"
#import "AlibcHintProtocol.h"
#import "AlibcAuthService.h"
#import "AlibcTradeError.h"
#import "AlibcConfigService.h"
#import "AlibcAlipayBridge.h"
#import "AlibcTrackParams.h"
#import "AlibcTradeBizSDK.h"
#import "AlibcLinkPartnerBridge.h"
#import "AlibcTradeTaokeParams.h"
#import "AlibcChannelModule.h"
#import "AlibcTradeBizEvent.h"
#import "AlibcWebViewController.h"
#import "AlibcUserAgent.h"
#import "AlibcTokenService.h"
#import "AlibcLoginBridge.h"
#endif