From b6e8a9a8d528487e79ecb599e4bfb9ab2614cdb7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 26 Apr 2012 00:37:02 -0400 Subject: ViewController.h: removed old delegate protocol conforms from UIImagePickerController. Added a 'conforms to MPMediaPickerControllerDelegate' definition. Eliminated warning at line 120 --- Video Tuneup/ViewController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Video Tuneup/ViewController.h b/Video Tuneup/ViewController.h index 8409c4f..ce21edf 100644 --- a/Video Tuneup/ViewController.h +++ b/Video Tuneup/ViewController.h @@ -15,7 +15,7 @@ @class PlayerView; // UIImagePickerControllerDelegate requires that we conform to UINavigationControllerDelegate -@interface ViewController : UIViewController { +@interface ViewController : UIViewController { AVURLAsset *asset; AVURLAsset *songAsset; -- cgit v1.2.3