@class IDSAccount; @interface AAMessagingAccount : NSObject { IDSAccount *_idsAccount; } - (id)initWithAccount:(id)a0; - (void).cxx_destruct; @end