Swiftgram/LegacyComponents/TGMediaPickerGalleryPhotoItem.h
2017-07-28 16:50:06 +03:00

8 lines
306 B
Objective-C

#import <LegacyComponents/TGMediaPickerGalleryItem.h>
#import <LegacyComponents/TGModernGallerySelectableItem.h>
#import <LegacyComponents/TGModernGalleryEditableItem.h>
@interface TGMediaPickerGalleryPhotoItem : TGMediaPickerGalleryItem <TGModernGallerySelectableItem, TGModernGalleryEditableItem>
@end