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

7 lines
209 B
Objective-C

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