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

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