What is an enums base type for the code below? typedef enum { Foo1, Foo2} Foo;
typedef enum { Foo1, Foo2} Foo;
int
NSObject
NSNumber
There is no base type.