diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index 796a540..58137c1 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -8,11 +8,6 @@ @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