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/IOS_Streaming_BrowserAppDelegate.h

Go to the documentation of this file.
00001 //
00002 //  IOS_Streaming_BrowserAppDelegate.h
00003 //  IOS-Streaming-Browser
00004 //
00005 //  Created by Will Rubel on 5/12/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 
00011 
00012 @class IOS_Streaming_BrowserViewController;
00013 @class HTTPServer;
00014 
00015 @interface IOS_Streaming_BrowserAppDelegate : NSObject <UIApplicationDelegate> {
00016     
00017 
00018     /**
00019      
00020     **/
00021         UIWindow *window;
00022     
00023     /**
00024      
00025     **/
00026         IOS_Streaming_BrowserViewController *viewController;
00027 
00028 
00029 }
00030 
00031 @property (nonatomic, retain) IBOutlet UIWindow *window;
00032 @property (nonatomic, retain) IBOutlet IOS_Streaming_BrowserViewController *viewController;
00033 
00034 @end
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines