axmol/samples/TestCpp/proj.ios/Classes/RootViewController.h

17 lines
223 B
C
Raw Normal View History

//
// RootViewController.h
// test
//
// Created by Walzer on 11-4-28.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RootViewController : UIViewController {
}
@end