mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-07 05:50:03 +00:00
5 lines
178 B
Objective-C
5 lines
178 B
Objective-C
#import "YTPlayerViewController.h"
|
|
|
|
@interface YTWatchViewController : UIViewController
|
|
@property (nonatomic, weak, readwrite) YTPlayerViewController *playerViewController;
|
|
@end
|