VLCExternalDisplayController.h 237 B

1234567891011121314
  1. //
  2. // VLCExternalDisplayController.h
  3. // AspenProject
  4. //
  5. // Created by Gleb on 4/6/13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface VLCExternalDisplayController : UIViewController
  10. @end