I have a People class which holds various bits of into about a person. I would like to be able to identify what kind of person this is, so I thought I would try using a typedef
You add the following property:
@property (nonatomic) personType personType;