摘要: main: 1 // 2 // main.m 3 // cope-MultableCopy 4 // 5 // Created by dingxiaowei on 13-5-19. 6 // Copyright (c) 2013年 dingxiaowei. All rights reserved. 7 // 8 9 #import <Foundation/Foundation.h> 10 #import "Student.h" 11 #import "GoodStudent.h" 12 //copy语法的目的:改变副本的时候,不会影响到原对像 阅读全文
posted @ 2013-05-20 13:14 蓬莱仙羽 阅读(219) 评论(0) 推荐(0) 编辑