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 |