2020-02-22 15:38:54 +04:00

10 lines
157 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGEmbedPIPButton : UIButton
- (void)setIconImage:(UIImage *)iconImage;
@end
extern const CGSize TGEmbedPIPButtonSize;