author | koda |
Sat, 04 Sep 2010 02:09:24 +0200 | |
changeset 3825 | fd6c20cd90e3 |
parent 3791 | 98072b3871c1 |
permissions | -rw-r--r-- |
3791 | 1 |
// |
2 |
// HelpPageLobbyViewController.h |
|
3 |
// Hedgewars |
|
4 |
// |
|
5 |
// Created by Vittorio on 30/08/10. |
|
6 |
// Copyright 2010 __MyCompanyName__. All rights reserved. |
|
7 |
// |
|
8 |
||
9 |
#import <UIKit/UIKit.h> |
|
10 |
||
11 |
||
12 |
@interface HelpPageLobbyViewController : UIViewController { |
|
13 |
||
14 |
} |
|
15 |
||
16 |
-(IBAction) dismiss; |
|
17 |
||
18 |
@end |