IChatUtils.h
changeset 30 2befbe36c746
parent 11 e5976864dfe9
     1.1 --- a/IChatUtils.h	Sat May 24 13:24:33 2008 -0700
     1.2 +++ b/IChatUtils.h	Tue May 12 14:38:30 2009 +0200
     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