mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 10:27:46 +01:00
18 lines
365 B
Objective-C
Executable File
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
|