Files
YTLitePlus/Tweaks/YouTubeHeader/YTReelPlayerBottomButton.h
2023-06-27 09:54:41 +02:00

6 lines
157 B
Objective-C

#import "YTQTMButton.h"
@interface YTReelPlayerBottomButton : YTQTMButton
@property (nonatomic, assign, readwrite) BOOL applyRightSideLayoutImageSize;
@end