Today's Menu  Portugal
journal and plan nutrition
GTLNetworking_Sources.m
Go to the documentation of this file.
1 #if defined(__has_feature) && __has_feature(objc_arc)
2 #error "This file needs to be compiled with ARC disabled."
3 #endif
4 
5 #import "HTTPFetcher/GTMGatherInputStream.m"
6 #import "HTTPFetcher/GTMMIMEDocument.m"
7 #import "HTTPFetcher/GTMReadMonitorInputStream.m"
8 #import "HTTPFetcher/GTMHTTPFetcher.m"
9 #import "HTTPFetcher/GTMHTTPFetcherLogging.m"
10 #import "HTTPFetcher/GTMHTTPFetcherService.m"
11 #import "HTTPFetcher/GTMHTTPFetchHistory.m"
12 #import "HTTPFetcher/GTMHTTPUploadFetcher.m"
13 
14 #import "OAuth2/GTMOAuth2Authentication.m"
15 #import "OAuth2/GTMOAuth2SignIn.m"
16 #if TARGET_OS_IPHONE
17  #import "OAuth2/Touch/GTMOAuth2ViewControllerTouch.m"
18 #elif TARGET_OS_MAC
19  #import "OAuth2/Mac/GTMOAuth2WindowController.m"
20 #else
21  #error Need Target Conditionals
22 #endif