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