IMHandle.h 175 B

12345678910
  1. @class IMPerson;
  2. @interface IMHandle : NSObject
  3. @property (nonatomic, retain) NSString *_displayNameWithAbbreviation;
  4. @property (nonatomic, retain) IMPerson *person;
  5. @end