Remove duplicate (YTLitePlus.h)

MLPlayerEventCenter is now a duplicate header, which has been removed to resolve error.
This commit is contained in:
aricloverGitHub (INACTIVE) 2025-02-04 04:40:57 -06:00 committed by GitHub
parent 1411675b86
commit 2191e69479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,10 +93,6 @@ typedef NS_ENUM(NSUInteger, GestureSection) {
- (void)internalSetRate;
@end
@interface MLPlayerEventCenter : NSObject
- (void)broadcastRateChange:(float)rate;
@end
@interface HAMPlayerInternal : NSObject
- (void)setRate:(float)rate;
@end