mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-05 03:49:43 +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
|