mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 02:17:51 +01:00
7 lines
144 B
C
7 lines
144 B
C
|
#import "TGMediaPickerAsset.h"
|
||
|
#import "TGEditablePhotoItem.h"
|
||
|
|
||
|
@interface TGMediaPickerAsset (TGEditablePhotoItem) <TGEditablePhotoItem>
|
||
|
|
||
|
@end
|