Files
ghostgram/submodules/LegacyComponents/Sources/TGModernGalleryVideoContentView.h
T

9 lines
177 B
Objective-C

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