/ Published in: Objective C
the url attached has a very nice article to help in understanding enum!
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
typedef enum { kCircle, kRectangle, kOblateSpheroid } ShapeType;
URL: http://stackoverflow.com/questions/707512/typedef-enum-in-objective-c