axmol/plugin/samples/HelloPlugins/proj.ios/RootViewController.h

9 lines
86 B
C
Raw Normal View History

#import <UIKit/UIKit.h>
@interface RootViewController : UIViewController {
}
@end