changeset 22 | a9da6c5d3f7c |
parent 11 | e5976864dfe9 |
1.1 --- a/IChatUtils.h Sat May 24 13:24:33 2008 -0700 1.2 +++ b/IChatUtils.h Sat Apr 04 20:53:53 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