OC3_MyRect】的更多相关文章

// // MyRect.h // OC3_MyRect // // Created by zhangxueming on 15/6/9. // Copyright (c) 2015年 zhangxueming. All rights reserved. // #import <Foundation/Foundation.h> @interface MyRect : NSObject { int _length; int _width; } - (id)initWithLength:(int)…