source:
other-projects/Greenstone-on-iPhone/Web/Classes/WebAppDelegate.h
Last change on this file was 24253, checked in by , 12 years ago | |
---|---|
File size: 385 bytes |
Line | |
---|---|
1 | // |
2 | // WebAppDelegate.h |
3 | // Web |
4 | // |
5 | // Created by mac on 7/6/11. |
6 | // Copyright 2011 __MyCompanyName__. All rights reserved. |
7 | // |
8 | |
9 | #import <UIKit/UIKit.h> |
10 | |
11 | @interface WebAppDelegate : NSObject <UIApplicationDelegate> { |
12 | UIWindow *window; |
13 | UIWebView *webView; |
14 | } |
15 | |
16 | @property (nonatomic, retain) IBOutlet UIWindow *window; |
17 | @property (nonatomic, retain) IBOutlet UIWebView *webView; |
18 | |
19 | @end |
20 |
Note:
See TracBrowser
for help on using the repository browser.