Update uYouPlus.h

This commit is contained in:
aricloverEXALT 2025-02-01 00:03:34 -06:00 committed by GitHub
parent 37b1cf5cf8
commit c9a851a93c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
#import <ActivityKit/ActivityKit.h>
#import <UIKit/UIKit.h>
#import <HBLog.h>
#import <Foundation/Foundation.h>
@ -320,10 +321,7 @@ static NSString *const kGoogleSigninFix = @"googleSigninFix_enabled";
@end
// MLPlayerStickySettings Header has been moved to https://github.com/arichornloverALT/YouTubeHeader/blob/main/MLPlayerStickySettings.h
@interface MLPlayerEventCenter : NSObject
- (void)broadcastRateChange:(float)rate;
@end
// MLPlayerEventCenter Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/MLPlayerEventCenter.h
@interface HAMPlayerInternal : NSObject
- (void)setRate:(float)rate;