diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index e0e8e37..796a540 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -8,6 +8,11 @@ @interface YTPlayerViewController : UIViewController -(YTSingleVideoController *)activeVideo; +- (void)autoFullscreen; // YTAutoFullScreen +// YTSpeed +@property id activeVideo; +@property float playbackRate; +- (void)singleVideo:(id)video playbackRateDidChange:(float)rate; @end @interface PlayerManager : NSObject @@ -60,4 +65,4 @@ @end @interface UILabel (uYou) + (id)_defaultColor; -@end \ No newline at end of file +@end