initial import
This commit is contained in:
commit
e984a66b6e
26 changed files with 9183 additions and 0 deletions
19
WDTVlive/WDTVliveAppDelegate.h
Normal file
19
WDTVlive/WDTVliveAppDelegate.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
//
|
||||
// WDTVliveAppDelegate.h
|
||||
// WDTVlive
|
||||
//
|
||||
// Created by Jeena Paradies on 04/10/2011.
|
||||
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class MainViewController;
|
||||
|
||||
@interface WDTVliveAppDelegate : NSObject <UIApplicationDelegate>
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UIWindow *window;
|
||||
|
||||
@property (nonatomic, retain) IBOutlet MainViewController *mainViewController;
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue