author | koda |
Sat, 27 Mar 2010 16:57:18 +0000 | |
changeset 3113 | 2829ea0dd47c |
child 3122 | e005359efc59 |
permissions | -rw-r--r-- |
3113 | 1 |
// |
2 |
// MainMenuViewController.h |
|
3 |
// hwengine |
|
4 |
// |
|
5 |
// Created by Vittorio on 08/01/10. |
|
6 |
// Copyright 2010 __MyCompanyName__. All rights reserved. |
|
7 |
// |
|
8 |
||
9 |
#import <UIKit/UIKit.h> |
|
10 |
#import "SettingsViewController.h" |
|
11 |
||
12 |
@interface MainMenuViewController : UIViewController { |
|
13 |
||
14 |
} |
|
15 |
||
16 |
-(void) appear; |
|
17 |
-(void) disappear; |
|
18 |
||
19 |
-(IBAction) switchViews:(id)sender; |
|
20 |
@end |