/***************************************************************************** * VLCSharedLibraryListViewController.h * VLC for iOS ***************************************************************************** * Copyright (c) 2015 VideoLAN. All rights reserved. * * Authors: Felix Paul Kühne * Pierre SAGASPE * * Refer to the COPYING file of the official project for license. *****************************************************************************/ #import @interface VLCSharedLibraryListViewController : UIViewController @property (nonatomic, strong) UITableView *tableView; - (id)initWithHttpServer:(NSString *)serverName serverAddress:(NSString *)serverAddress portNumber:(NSString *)portNumber; @end