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