aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2012-04-26 00:37:02 -0400
committerTeddy Wing2012-04-26 00:37:02 -0400
commitb6e8a9a8d528487e79ecb599e4bfb9ab2614cdb7 (patch)
tree8a3faa24298a4296ac8306b65d5c7a5040b3b761
parentd8ee19b6c2807322227c58019c7677ae73ae8638 (diff)
downloadVideo-Tuneup-b6e8a9a8d528487e79ecb599e4bfb9ab2614cdb7.tar.bz2
ViewController.h: removed old delegate protocol conforms from UIImagePickerController. Added a 'conforms to MPMediaPickerControllerDelegate' definition. Eliminated warning at line 120
-rw-r--r--Video Tuneup/ViewController.h2
1 files changed, 1 insertions, 1 deletions
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 <UINavigationControllerDelegate, UIImagePickerControllerDelegate> {
+@interface ViewController : UIViewController <MPMediaPickerControllerDelegate> {
AVURLAsset *asset;
AVURLAsset *songAsset;