2012年4月20日

object-c 第二个类

摘要: #import <Foundation/Foundation.h>typedefenum{ kCircle, kRectangle, kOblateSpheroid}ShapeType;typedefenum{ kRedColor, kGreenColor, kBlueColor}ShapeColor;typedefstruct{ int x,y,width,height;}ShapeRect;typedefstruct{ ShapeType type; ShapeColor fillColor; ShapeRect bounds;}Shape;NSString * col... 阅读全文

posted @ 2012-04-20 22:05 景树园 阅读(235) 评论(0) 推荐(0)

导航