#import "RootViewController.h"
RootViewController *rootVC=[[[RootViewController alloc] init] autorelease];
self.window.rootViewController=rootVC;
时间: 2024-11-08 19:22:25
#import "RootViewController.h"
RootViewController *rootVC=[[[RootViewController alloc] init] autorelease];
self.window.rootViewController=rootVC;