mirror of https://github.com/axmolengine/axmol.git
17 lines
223 B
C
17 lines
223 B
C
|
//
|
||
|
// RootViewController.h
|
||
|
// test
|
||
|
//
|
||
|
// Created by Walzer on 11-4-28.
|
||
|
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
|
||
|
@interface RootViewController : UIViewController {
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|