@interface EMSenderRepository : EMRepository + (id)remoteInterface; + (id)log; - (id)performQuery:(id)a0 withObserver:(id)a1; - (void)refreshQueryWithObserver:(id)a0; - (void)simpleAddressesForRelevantSendersWithCompletion:(id /* block */)a0; @end