From 2191e69479c8a23c90382d3719fc2b78f755a491 Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Tue, 4 Feb 2025 04:40:57 -0600 Subject: [PATCH] Remove duplicate (YTLitePlus.h) MLPlayerEventCenter is now a duplicate header, which has been removed to resolve error. --- YTLitePlus.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/YTLitePlus.h b/YTLitePlus.h index c2279cb..53910ee 100644 --- a/YTLitePlus.h +++ b/YTLitePlus.h @@ -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