mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Remove duplicates (uYouPlus.xm)
This commit is contained in:
parent
4597dfae77
commit
f2c15bbbf0
1 changed files with 0 additions and 12 deletions
|
|
@ -274,18 +274,6 @@ YTMainAppControlsOverlayView *controlsOverlayView;
|
||||||
%end
|
%end
|
||||||
|
|
||||||
// Fixes uYou crash when trying to play video (#1422)
|
// Fixes uYou crash when trying to play video (#1422)
|
||||||
@interface YTVarispeedSwitchController : NSObject
|
|
||||||
@end
|
|
||||||
|
|
||||||
@interface YTPlayerOverlayManager : NSObject
|
|
||||||
@property (nonatomic, assign) float currentPlaybackRate;
|
|
||||||
@property (nonatomic, strong, readonly) YTVarispeedSwitchController *varispeedController;
|
|
||||||
|
|
||||||
- (void)varispeedSwitchController:(YTVarispeedSwitchController *)varispeed didSelectRate:(float)rate;
|
|
||||||
- (void)setCurrentPlaybackRate:(float)rate;
|
|
||||||
- (void)setPlaybackRate:(float)rate;
|
|
||||||
@end
|
|
||||||
|
|
||||||
%hook YTPlayerOverlayManager
|
%hook YTPlayerOverlayManager
|
||||||
%property (nonatomic, assign) float currentPlaybackRate;
|
%property (nonatomic, assign) float currentPlaybackRate;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue