Swiftgram/submodules/LegacyComponents/PublicHeaders/LegacyComponents/TGModernGalleryEmbeddedStickersHeaderView.h
2020-02-22 15:38:54 +04:00

8 lines
154 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGModernGalleryEmbeddedStickersHeaderView : UIView
@property (nonatomic, copy) void (^showEmbeddedStickers)();
@end