6 lines
136 B
Objective-C
6 lines
136 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@protocol MLAVPlayerViewDelegate <NSObject>
|
|
@required
|
|
- (void)playerViewErrorDidOccur:(id)arg1;
|
|
@end
|