VDLMainViewController.h 278 B

12345678910111213141516
  1. //
  2. // VDLMainViewController.h
  3. // Dropin-Player
  4. //
  5. // Created by Felix Paul Kühne on 19.11.13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface VDLMainViewController : UIViewController
  10. - (IBAction)startPlayback:(id)sender;
  11. @end