mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-19 09:12:06 +00:00
7 lines
No EOL
329 B
Objective-C
7 lines
No EOL
329 B
Objective-C
#import "MLVideo.h"
|
|
#import "MLInnerTubePlayerConfig.h"
|
|
#import "MLPlayerStickySettings.h"
|
|
|
|
@interface MLHAMPlayer : NSObject
|
|
- (instancetype)initWithVideo:(MLVideo *)video playerConfig:(MLInnerTubePlayerConfig *)playerConfig stickySettings:(MLPlayerStickySettings *)stickySettings playerViewProvider:(id)playerViewProvider;
|
|
@end |