mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 03:08:41 +00:00
9 lines
267 B
Objective-C
9 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
|