IMAccount.h 331 B

123456789101112131415161718
  1. #include <sys/cdefs.h>
  2. @class IMHandle, IMServiceImpl;
  3. @interface IMAccount : NSObject
  4. - (IMHandle *)imHandleWithID:(NSString *)id;
  5. @property BOOL _isUsableForSending;
  6. @end
  7. __BEGIN_DECLS
  8. extern "C" IMAccount *IMPreferredSendingAccountForAddressesWithFallbackService(NSArray *addresses, IMServiceImpl *service);
  9. __END_DECLS