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

10 lines
267 B
Objective-C

#import "GIMMe.h"
#import "YTSingleVideoControllerDelegate.h"
@interface YTLocalPlaybackController : NSObject <YTSingleVideoControllerDelegate>
- (GIMMe *)gimme; // Deprecated
- (NSString *)currentVideoID;
- (int)playerVisibility;
- (void)setMuted:(BOOL)muted;
@end