比这篇新的文章:
一些简单的Python代码,尝尝Python啥味道
比这篇旧的文章: 最大公约数和最小公倍数
作者: aruizen, 点击500次, 评论(0), 收藏者(0)
打分:
所有评论,共0条:( 我也来说两句)
比这篇旧的文章: 最大公约数和最小公倍数
UIApplication.h中关于UIApplicationMain的定义
语言: Objective-C, 标签: iPhone 2008/07/23发布 5个月前更新作者: aruizen, 点击500次, 评论(0), 收藏者(0)
Objective-C语言: UIApplication.h中关于UIApplicationMain的定义
1 // If nil is specified for principalClassName, the value for NSPrincipalClass from the Info.plist is used. If neither value
2 // is specified, the UIApplication class is used. The delegate class will be instantiated using init.
3 UIKIT_EXTERN int UIApplicationMain(int argc, char *argv[], NSString *principalClassName, NSString *delegateClassName);
2 // is specified, the UIApplication class is used. The delegate class will be instantiated using init.
3 UIKIT_EXTERN int UIApplicationMain(int argc, char *argv[], NSString *principalClassName, NSString *delegateClassName);
所有评论,共0条:( 我也来说两句)
代码