1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-04 02:17:51 +01:00
Telegram/thirdparty/GDFileManager/GDGoogleDriveChange.h
2015-10-01 19:19:52 +03:00

18 lines
365 B
Objective-C
Executable File

//
// GDGoogleDriveChange.h
// GDFileManagerExample
//
// Created by Graham Dennis on 27/06/13.
// Copyright (c) 2013 Graham Dennis. All rights reserved.
//
#import "GDDictionaryBackedObject.h"
@class GDGoogleDriveMetadata;
@interface GDGoogleDriveChange : GDDictionaryBackedObject
@property (nonatomic, readonly) GDGoogleDriveMetadata *fileMetadata;
@end