@interface IMPerson : NSObject

@property (nonatomic, readonly) NSString *name;

@end
