aboutsummaryrefslogtreecommitdiffstats
path: root/Video Tuneup/ViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Video Tuneup/ViewController.h')
-rw-r--r--Video Tuneup/ViewController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Video Tuneup/ViewController.h b/Video Tuneup/ViewController.h
index 8c84b4f..fb2f19a 100644
--- a/Video Tuneup/ViewController.h
+++ b/Video Tuneup/ViewController.h
@@ -34,6 +34,9 @@
@property (nonatomic, retain) IBOutlet UILabel *exportStatus;
@property (nonatomic, retain) IBOutlet UISlider* mScrubber;
+@property (nonatomic, retain) IBOutlet UIButton *mediaLibraryButton;
+@property (nonatomic, retain) UIPopoverController *mediaLibraryPopover;
+
- (void)hideCameraRollText;
- (IBAction)loadAssetFromFile:sender;
@@ -52,4 +55,6 @@
- (CMTime)playerItemDuration;
- (void)exportDidFinish:(AVAssetExportSession*)session;
+
+- (IBAction)showMediaLibrary:(id)sender;
@end \ No newline at end of file