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

6 lines
143 B
Objective-C

#import <UIKit/UIKit.h>
@interface YTReelContentView : UIView
@property (nonatomic, assign, readwrite) BOOL alwaysShowShortsProgressBar;
@end