changeset 32 | 222393534845 |
parent 11 | e5976864dfe9 |
1.1 --- a/IChatUtils.h Sat May 24 13:24:33 2008 -0700 1.2 +++ b/IChatUtils.h Wed May 20 08:34:04 2009 -0700 1.3 @@ -20,6 +20,8 @@ 1.4 1.5 + (NSDictionary*) iChatInfoForOnlinePerson: (ABPerson*)abPerson; 1.6 + (BOOL) isPersonOnline: (ABPerson*)abPerson; 1.7 + 1.8 + (BOOL) sendMessage: (NSString*)msg toPerson: (ABPerson*)abPerson; 1.9 ++ (BOOL) sendMessage: (NSString*)msg toBuddyWithScreenName: (NSString*)screenName; 1.10 1.11 @end