newlist

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年8月4日

摘要: #import #import "Person.h"int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // insert code here... NSLog(@"Hello, World!"); Person *person = [[Person alloc] initWithAge:30 identify:23452342]; NSLog(@"person.age:%d",[ 阅读全文
posted @ 2013-08-04 10:33 一枚程序 阅读(1251) 评论(1) 推荐(0) 编辑