// // InterfaceController.h // VLC for iOS WatchKit Extension // // Created by Carola Nitz on 22/03/15. // Copyright (c) 2015 VideoLAN. All rights reserved. // #import #import #import "VLCBaseInterfaceController.h" @interface InterfaceController : VLCBaseInterfaceController @property (nonatomic, weak) IBOutlet WKInterfaceTable *table; @end