IChatUtils.h
changeset 31 2068331949ee
parent 11 e5976864dfe9
     1.1 --- a/IChatUtils.h	Sat May 24 13:24:33 2008 -0700
     1.2 +++ b/IChatUtils.h	Thu May 14 20:44:32 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