36 lines
835 B
Objective-C
36 lines
835 B
Objective-C
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#else
|
|
#ifndef FOUNDATION_EXPORT
|
|
#if defined(__cplusplus)
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
#else
|
|
#define FOUNDATION_EXPORT extern
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
#import "GTLRDefines.h"
|
|
#import "GTLRBatchQuery.h"
|
|
#import "GTLRBatchResult.h"
|
|
#import "GTLRDateTime.h"
|
|
#import "GTLRDuration.h"
|
|
#import "GTLRErrorObject.h"
|
|
#import "GTLRObject.h"
|
|
#import "GTLRQuery.h"
|
|
#import "GTLRRuntimeCommon.h"
|
|
#import "GTLRService.h"
|
|
#import "GTLRUploadParameters.h"
|
|
#import "GTLRBase64.h"
|
|
#import "GTLRFramework.h"
|
|
#import "GTLRURITemplate.h"
|
|
#import "GTLRUtilities.h"
|
|
#import "GTLRDrive.h"
|
|
#import "GTLRDriveObjects.h"
|
|
#import "GTLRDriveQuery.h"
|
|
#import "GTLRDriveService.h"
|
|
|
|
FOUNDATION_EXPORT double GoogleAPIClientForRESTVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char GoogleAPIClientForRESTVersionString[];
|
|
|