axmol/template/multi-platform-cpp/proj.ios/RootViewController.h

17 lines
223 B
Objective-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