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