OC点语法和变量作用域
摘要:
OC点语法和变量作用域一、点语法(一)认识点语法声明一个Person类: 1 #import 2 3 @interface Person : NSObject 4 { 5 int _age;//默认为@protected 6 } 7 8 - (void)setAge:(int)age;... 阅读全文
posted @ 2014-05-03 22:04 文顶顶 阅读(12381) 评论(2) 推荐(6) 编辑
posted @ 2014-05-03 22:04 文顶顶 阅读(12381) 评论(2) 推荐(6) 编辑
posted @ 2014-05-03 19:02 文顶顶 阅读(17339) 评论(5) 推荐(8) 编辑
posted @ 2014-05-03 16:44 文顶顶 阅读(12713) 评论(3) 推荐(5) 编辑
posted @ 2014-05-03 15:55 文顶顶 阅读(12992) 评论(6) 推荐(15) 编辑