IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector

/Users/willrubel/IOS-Streaming-Browser/IOS-Streaming-Browser/HTTPRedirectResponse.h

Go to the documentation of this file.
00001 #import <Foundation/Foundation.h>
00002 #import "HTTPResponse.h"
00003 
00004 
00005 // Implements HTTPResponse protocol
00006 @interface HTTPRedirectResponse : NSObject <HTTPResponse>
00007 {
00008     /**
00009         The redirect path
00010     **/
00011         NSString *redirectPath;
00012 }
00013 
00014 
00015 /**
00016     Initialize the HTTPRedirectResponse with a redirectPath
00017     param NSString
00018     returns id
00019 **/
00020 - (id)initWithPath:(NSString *)redirectPath;
00021 
00022 @end
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines