Last change
on this file since 11896 was 11896, checked in by habbalf, 13 years ago |
petsc-dev : Petsc development code in external packages. Mercurial updates
|
File size:
472 bytes
|
Line | |
---|
1 | //
|
---|
2 | // iphoneAppDelegate.h
|
---|
3 | // iphone
|
---|
4 | //
|
---|
5 | // Created by Barry Smith on 5/12/10.
|
---|
6 | // Copyright __MyCompanyName__ 2010. All rights reserved.
|
---|
7 | //
|
---|
8 |
|
---|
9 | #import <UIKit/UIKit.h>
|
---|
10 |
|
---|
11 | @class iphoneViewController;
|
---|
12 |
|
---|
13 | @interface iphoneAppDelegate : NSObject <UIApplicationDelegate> {
|
---|
14 | UIWindow *window;
|
---|
15 | iphoneViewController *viewController;
|
---|
16 | }
|
---|
17 |
|
---|
18 | @property (nonatomic, retain) IBOutlet UIWindow *window;
|
---|
19 | @property (nonatomic, retain) IBOutlet iphoneViewController *viewController;
|
---|
20 |
|
---|
21 | @end
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.