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

5 lines
144 B
Objective-C

#import <UIKit/UIKit.h>
@interface YTNGWatchMiniBarView : UIView
@property (nonatomic, assign, readwrite) NSInteger watchMiniPlayerLayout;
@end