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

7 lines
206 B
Objective-C

#import "MLVideo.h"
#import "MLInnerTubePlayerConfig.h"
@protocol MLPlayerViewProtocol
- (void)makeActivePlayer;
- (void)setVideo:(MLVideo *)video playerConfig:(MLInnerTubePlayerConfig *)playerConfig;
@end