mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-13 14:59:23 +00:00
8 lines
140 B
Objective-C
8 lines
140 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@protocol TGModernGalleryEditableItemView <NSObject>
|
|
|
|
- (void)setHiddenAsBeingEdited:(bool)hidden;
|
|
|
|
@end
|