/***************************************************************************** * InterfaceController.h * VLC for iOS ***************************************************************************** * Copyright (c) 2015 VideoLAN. All rights reserved. * $Id$ * * Authors: Tobias Conradi * Carola Nitz * * Refer to the COPYING file of the official project for license. *****************************************************************************/ #import #import #import "VLCBaseInterfaceController.h" @interface InterfaceController : VLCBaseInterfaceController @property (nonatomic, weak) IBOutlet WKInterfaceTable *table; @end