diff options
| author | Brian Jordan | 2012-04-25 20:08:14 -0400 | 
|---|---|---|
| committer | Brian Jordan | 2012-04-25 20:08:14 -0400 | 
| commit | 55f7a14f6e13eeebe38ac536968dca789b4d57b5 (patch) | |
| tree | 035696bca3d8d1ef5e86008544b36d56d851650b /Video Tuneup/ViewController.h | |
| parent | 3b1467641d99d36d21c9e3b032c5aba0d1962438 (diff) | |
| download | Video-Tuneup-55f7a14f6e13eeebe38ac536968dca789b4d57b5.tar.bz2 | |
add itunes picker. Resolves issue #20.
Diffstat (limited to 'Video Tuneup/ViewController.h')
| -rw-r--r-- | Video Tuneup/ViewController.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Video Tuneup/ViewController.h b/Video Tuneup/ViewController.h index b045b91..8409c4f 100644 --- a/Video Tuneup/ViewController.h +++ b/Video Tuneup/ViewController.h @@ -10,6 +10,7 @@  #import <AVFoundation/AVFoundation.h>  #import <AssetsLibrary/AssetsLibrary.h>  #import "SimpleEditor.h" +#import <MediaPlayer/MediaPlayer.h>  @class PlayerView; | 
