diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index cf744e9331..5a58fe9790 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -12,6 +12,7 @@ #import #import #import +#import #import #import #import @@ -42,7 +43,6 @@ #import #import #import -#import #import #import #import @@ -176,7 +176,9 @@ @end // YTSpeed -// YTVarispeedSwitchControllerOption Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTVarispeedSwitchControllerOption.h +@interface YTVarispeedSwitchControllerOption : NSObject +- (id)initWithTitle:(id)title rate:(float)rate; +@end @interface MLHAMQueuePlayer : NSObject @property id playerEventCenter; @@ -185,9 +187,7 @@ - (void)internalSetRate; @end -@interface MLPlayerStickySettings (uYouPlus) -- (void)setRate:(float)rate; -@end +// MLPlayerStickySettings Header has been moved to https://github.com/arichornloverALT/YouTubeHeader/blob/main/MLPlayerStickySettings.h @interface MLPlayerEventCenter : NSObject - (void)broadcastRateChange:(float)rate;