IChatUtils.h
changeset 21 88d7e2455a7f
parent 11 e5976864dfe9
     1.1 --- a/IChatUtils.h	Sat May 24 13:24:33 2008 -0700
     1.2 +++ b/IChatUtils.h	Sat Mar 28 09:39:31 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