Files
YTLitePlus/Tweaks/YouTubeHeader/YTPlaybackControllerUIWrapper.h
2023-06-27 09:54:41 +02:00

6 lines
178 B
Objective-C

#import "YTSingleVideoController.h"
@interface YTPlaybackControllerUIWrapper : NSObject
- (YTSingleVideoController *)activeVideo;
- (YTSingleVideoController *)contentVideo;
@end