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

6 lines
141 B
Objective-C

#import "YTSingleVideoController.h"
@protocol YTPlaybackController
@property (strong, nonatomic) YTSingleVideoController *activeVideo;
@end