mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-08 12:30:42 +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
|