source:
trunk/UnitDetails.h
@
26
| Revision 26, 333 bytes checked in by kpoole, 2 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | // |
| 2 | // UnitDetails.h |
| 3 | // wesnoth |
| 4 | // |
| 5 | // Created by Kyle Poole on 5/16/10. |
| 6 | // Copyright 2010 __MyCompanyName__. All rights reserved. |
| 7 | // |
| 8 | |
| 9 | #import <UIKit/UIKit.h> |
| 10 | |
| 11 | |
| 12 | @interface UnitDetails : UIViewController { |
| 13 | IBOutlet UIWebView *webView; |
| 14 | } |
| 15 | |
| 16 | @property (nonatomic,retain) IBOutlet UIWebView *webView; |
| 17 | |
| 18 | -(IBAction)onOK:(id)sender; |
| 19 | |
| 20 | @end |
Note: See TracBrowser
for help on using the repository browser.