From eebbecc201a0c5c38e936e1c3248563880443c34 Mon Sep 17 00:00:00 2001 From: Balackburn Date: Sat, 24 Feb 2024 20:34:44 +0100 Subject: [PATCH] removed duplicate --- YTLitePlus.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/YTLitePlus.h b/YTLitePlus.h index f38444e..86c0dc6 100644 --- a/YTLitePlus.h +++ b/YTLitePlus.h @@ -53,10 +53,6 @@ - (void)internalSetRate; @end -@interface MLPlayerStickySettings : NSObject -- (void)setRate:(float)rate; -@end - @interface MLPlayerEventCenter : NSObject - (void)broadcastRateChange:(float)rate; @end