VLCBaseInterfaceController.h 229 B

12345678910111213141516
  1. //
  2. // VLCBaseInterfaceController.h
  3. //
  4. //
  5. // Created by Tobias Conradi on 03.04.15.
  6. //
  7. //
  8. #import <WatchKit/WatchKit.h>
  9. @interface VLCBaseInterfaceController : WKInterfaceController
  10. - (void)showNowPlaying:(id)sender;
  11. @end