diff -r d84d25d6cdbb -r 1af6415650bf IChatUtils.h --- a/IChatUtils.h Sat Mar 08 21:04:41 2008 -0800 +++ b/IChatUtils.h Tue Jun 17 14:57:48 2008 -0700 @@ -7,7 +7,7 @@ // #import -@class SBApplication; +@class SBApplication, ABPerson; @interface IChatUtils : NSObject @@ -18,4 +18,8 @@ + (NSString*) activeChatPartner; + (BOOL) sendMessage: (NSString*)msg; ++ (NSDictionary*) iChatInfoForOnlinePerson: (ABPerson*)abPerson; ++ (BOOL) isPersonOnline: (ABPerson*)abPerson; ++ (BOOL) sendMessage: (NSString*)msg toPerson: (ABPerson*)abPerson; + @end