@class NSMutableDictionary, NSXPCConnection, BBServer, NSString, NSObject; @protocol OS_dispatch_queue; @interface BBObserverClientProxy : NSObject <BBObserverServerInterface, BBObserverClientInterface> @property (weak, nonatomic) BBServer *server; @property (retain, nonatomic) NSXPCConnection *connection; @property (retain, nonatomic) NSObject<OS_dispatch_queue> *queue; @property (retain, nonatomic) NSObject<OS_dispatch_queue> *calloutQueue; @property (retain, nonatomic) NSMutableDictionary *bulletinIDsToTransaction; @property (copy, nonatomic) NSString *clientBundleIdentifier; + (id)xpcInterface; - (void)getUniversalSectionIDForSectionID:(id)a0 withHandler:(id /* block */)a1; - (void)removeSection:(id)a0; - (void)dealloc; - (void)getBulletinsForPublisherMatchIDs:(id)a0 sectionID:(id)a1 withHandler:(id /* block */)a2; - (void)requestNoticesBulletinsForSectionID:(id)a0; - (void)getPublisherMatchIDsOfBulletinsPublishedAfterDate:(id)a0 withHandler:(id /* block */)a1; - (void)getSectionInfoWithHandler:(id /* block */)a0; - (void)clearSection:(id)a0; - (id)initWithServer:(id)a0 connection:(id)a1 queue:(id)a2 calloutQueue:(id)a3; - (void)getSectionInfoForSectionIDs:(id)a0 withHandler:(id /* block */)a1; - (void)updateBulletin:(id)a0 withHandler:(id /* block */)a1; - (void)setObserverFeed:(unsigned long long)a0 attachToLightsAndSirensGateway:(id)a1; - (void)requestNoticesBulletinsForAllSections; - (void)getBulletinsWithHandler:(id /* block */)a0; - (void)updateGlobalSettings:(id)a0; - (void)handleResponse:(id)a0 withCompletion:(id /* block */)a1; - (void)getSectionParametersForSectionID:(id)a0 withHandler:(id /* block */)a1; - (void)finishedWithBulletinID:(id)a0 transactionID:(unsigned long long)a1; - (void)updateSectionParameters:(id)a0 forSectionID:(id)a1; - (void)getSectionInfoForActiveSectionsWithHandler:(id /* block */)a0; - (void)clearBulletinsFromDate:(id)a0 toDate:(id)a1 inSections:(id)a2; - (void)noteBulletinsLoadedForSectionID:(id)a0; - (id)description; - (void)updateSectionInfo:(id)a0; - (void)removeBulletins:(id)a0 inSection:(id)a1 fromFeeds:(unsigned long long)a2; - (void)noteServerReceivedResponseForBulletin:(id)a0; - (void)getObserverDebugInfo:(id /* block */)a0; - (void).cxx_destruct; - (id)initWithServer:(id)a0 connection:(id)a1 calloutQueue:(id)a2; - (void)removeTransaction:(id)a0; - (id)currentTransactionForBulletinID:(id)a0; - (id)transactionBulletinIDs; - (void)setObserverFeed:(unsigned long long)a0 asLightsAndSirensGateway:(id)a1 priority:(unsigned long long)a2; - (void)clearBulletinIDs:(id)a0 inSection:(id)a1; - (unsigned long long)incrementedTransactionIDForBulletinID:(id)a0; @end