7 lines
No EOL
206 B
Objective-C
7 lines
No EOL
206 B
Objective-C
#import "MLVideo.h"
|
|
#import "MLInnerTubePlayerConfig.h"
|
|
|
|
@protocol MLPlayerViewProtocol
|
|
- (void)makeActivePlayer;
|
|
- (void)setVideo:(MLVideo *)video playerConfig:(MLInnerTubePlayerConfig *)playerConfig;
|
|
@end |