Because this new way helps you with autocompletion, switch statement, better, respectively more precise warnings, …
Stick with macro …
typedef NS_ENUM( NSUInteger, CarType ) {
FourDoorCarType,
TwoDoorCarType
};
… read this for example https://stackoverflow.com/a/3190470/581190
NSInteger, … what types do you want?