mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-13 20:10:24 +00:00
7 lines
163 B
Objective-C
7 lines
163 B
Objective-C
#import "MLStreamingData.h"
|
|
#import "YTIVideoDetails.h"
|
|
|
|
@interface MLVideo : NSObject
|
|
- (MLStreamingData *)streamingData;
|
|
- (YTIVideoDetails *)videoDetails;
|
|
@end
|