Ai
1 Star 0 Fork 0

azure/google-api-objectivec-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
GTLNetworking_Sources.m 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gogs 提交于 2016-01-21 17:49 +08:00 . first commit
#if defined(__has_feature) && __has_feature(objc_arc)
#error "This file needs to be compiled with ARC disabled."
#endif
#import "HTTPFetcher/GTMGatherInputStream.m"
#import "HTTPFetcher/GTMMIMEDocument.m"
#import "HTTPFetcher/GTMReadMonitorInputStream.m"
#import "HTTPFetcher/GTMHTTPFetcher.m"
#import "HTTPFetcher/GTMHTTPFetcherLogging.m"
#import "HTTPFetcher/GTMHTTPFetcherService.m"
#import "HTTPFetcher/GTMHTTPFetchHistory.m"
#import "HTTPFetcher/GTMHTTPUploadFetcher.m"
#import "OAuth2/GTMOAuth2Authentication.m"
#import "OAuth2/GTMOAuth2SignIn.m"
#if TARGET_OS_IPHONE
#import "OAuth2/Touch/GTMOAuth2ViewControllerTouch.m"
#elif TARGET_OS_MAC
#import "OAuth2/Mac/GTMOAuth2WindowController.m"
#else
#error Need Target Conditionals
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/xstudio/google-api-objectivec-client.git
git@gitee.com:xstudio/google-api-objectivec-client.git
xstudio
google-api-objectivec-client
google-api-objectivec-client
master

搜索帮助