equal
deleted
inserted
replaced
|
1 // |
|
2 // AboutViewController.h |
|
3 // Hedgewars |
|
4 // |
|
5 // Created by Vittorio on 01/08/10. |
|
6 // Copyright 2010 __MyCompanyName__. All rights reserved. |
|
7 // |
|
8 |
|
9 #import <UIKit/UIKit.h> |
|
10 |
|
11 |
|
12 @interface AboutViewController : UIViewController { |
|
13 |
|
14 } |
|
15 |
|
16 @end |