mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 02:17:51 +01:00
24 lines
485 B
Objective-C
Executable File
24 lines
485 B
Objective-C
Executable File
//
|
|
// GDGoogleDrive.h
|
|
// GDFileManagerExample
|
|
//
|
|
// Created by Graham Dennis on 24/06/13.
|
|
// Copyright (c) 2013 Graham Dennis. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <Availability.h>
|
|
#import <thirdparty/AFNetworking/AFNetworking.h>
|
|
|
|
|
|
#ifndef _GDGOOGLEDRIVE_
|
|
#define _GDGOOGLEDRIVE_
|
|
|
|
#import "GDGoogleDriveClientManager.h"
|
|
#import "GDGoogleDriveClient.h"
|
|
|
|
#import "GDOAuth2Credential.h"
|
|
#import "GDGoogleDriveAccountInfo.h"
|
|
|
|
#endif /* _GDGOOGLEDRIVE_ */
|