摘要: //// //// main.m //// TestBasis //// //// Created by ficow on 16/1/14. //// Copyright © 2016年 ficow. All rights reserved. //// // #import //////////////////////////////////////////////////////... 阅读全文
posted @ 2016-01-16 14:35 Ficow 阅读(166) 评论(0) 推荐(0) 编辑
摘要: #import @interface myClass1 : NSObject @property (nonatomic, copy) NSString *str; @end @implementation myClass1 @end @interface myClass : NSObject { } @property (nonatomic, retain) myClass1 *... 阅读全文
posted @ 2016-01-16 14:06 Ficow 阅读(248) 评论(0) 推荐(0) 编辑