/***************************************************************************** * 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 @interface VLCHTTPUploaderController : NSObject + (instancetype)sharedInstance; - (BOOL)changeHTTPServerState:(BOOL)state; - (NSString *)httpStatus; - (BOOL)isServerRunning; - (NSString *)hostname; - (void)moveFileFrom:(NSString *)filepath; - (void)cleanCache; @end