mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-19 05:02:05 +00:00
7 lines
No EOL
149 B
Objective-C
7 lines
No EOL
149 B
Objective-C
#import "MLVideo.h"
|
|
#import "YTPlayerResponse.h"
|
|
|
|
@interface YTPlaybackData : NSObject
|
|
- (MLVideo *)video;
|
|
- (YTPlayerResponse *)playerResponse;
|
|
@end |