瀏覽代碼

VLCKit: fix examples compiler warnings

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Jörg Bleyel 11 年之前
父節點
當前提交
425b114126

+ 1 - 1
Examples_iOS/DropIn-Player/Dropin-Player/VDLPlaybackViewController.m

@@ -26,7 +26,7 @@
 #import "VDLPlaybackViewController.h"
 #import <AVFoundation/AVFoundation.h>
 
-@interface VDLPlaybackViewController () <UIGestureRecognizerDelegate, UIActionSheetDelegate>
+@interface VDLPlaybackViewController () <UIGestureRecognizerDelegate, UIActionSheetDelegate, VLCMediaPlayerDelegate>
 {
     VLCMediaPlayer *_mediaplayer;
     BOOL _setPosition;

+ 1 - 1
Examples_iOS/SimplePlayback/SimplePlayback/VDLViewController.m

@@ -25,7 +25,7 @@
 
 #import "VDLViewController.h"
 
-@interface VDLViewController ()
+@interface VDLViewController () <VLCMediaPlayerDelegate>
 {
     VLCMediaPlayer *_mediaplayer;
 }