diff options
| author | Teddy Wing | 2012-04-26 00:37:02 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-04-26 00:37:02 -0400 |
| commit | b6e8a9a8d528487e79ecb599e4bfb9ab2614cdb7 (patch) | |
| tree | 8a3faa24298a4296ac8306b65d5c7a5040b3b761 | |
| parent | d8ee19b6c2807322227c58019c7677ae73ae8638 (diff) | |
| download | Video-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.h | 2 |
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; |
