/***************************************************************************** * VLCLocalPlexFolderListViewController.h * VLC for iOS ***************************************************************************** * Copyright (c) 2014-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 VLCLocalPlexFolderListViewController : UIViewController @property (nonatomic, strong) UITableView *tableView; - (id)initWithPlexServer:(NSString *)serverName serverAddress:(NSString *)serverAddress portNumber:(NSString *)portNumber atPath:(NSString *)path authentification:(NSString *)auth; @end