source: other-projects/Greenstone-on-iPhone/Web/Classes/WebAppDelegate.h@ 24253

Last change on this file since 24253 was 24253, checked in by ak19, 13 years ago

Greenstone web interface on iPhone

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.