/***************************************************************************** * VLCHTTPUploaderViewController.h * VLC for iOS ***************************************************************************** * Copyright (c) 2013 VideoLAN. All rights reserved. * $Id$ * * Authors: Jean-Baptiste Kempf * Gleb Pinigin * Felix Paul Kühne * * Refer to the COPYING file of the official project for license. *****************************************************************************/ #import @class HTTPServer; @interface VLCHTTPUploaderController : NSObject @property (nonatomic, readonly) HTTPServer *httpServer; - (BOOL)changeHTTPServerState:(BOOL)state; - (NSString *)currentIPAddress; @end