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