// // VLCBaseInterfaceController.h // // // Created by Tobias Conradi on 03.04.15. // // #import <WatchKit/WatchKit.h> @interface VLCBaseInterfaceController : WKInterfaceController - (void)showNowPlaying:(id)sender; @end