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

9 lines
177 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGModernGalleryVideoContentView : UIView
@property (nonatomic, strong) UIButton *button;
@property (nonatomic) CGRect referenceFrame;
@end