1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-11 08:59:48 +01:00
Telegram/Telegraph/TGModernGalleryEditableItemView.h

8 lines
140 B
C
Raw Normal View History

2015-10-01 18:19:52 +02:00
#import <Foundation/Foundation.h>
@protocol TGModernGalleryEditableItemView <NSObject>
- (void)setHiddenAsBeingEdited:(bool)hidden;
@end