axmol/template/xcode3/cocos2d-x_app/ios/RootViewController.h

17 lines
262 B
C
Raw Normal View History

//
// RootViewController.h
// ___PROJECTNAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
// Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RootViewController : UIViewController {
}
@end