Files
YTLitePlus/Tweaks/YouTubeHeader/MLAVPlayerViewDelegate.h
2023-06-27 09:54:41 +02:00

7 lines
136 B
Objective-C

#import <Foundation/Foundation.h>
@protocol MLAVPlayerViewDelegate <NSObject>
@required
- (void)playerViewErrorDidOccur:(id)arg1;
@end