#include @class BBBulletinRequest; @protocol BBDataProvider; @interface BBServer : NSObject - (void)_addDataProvider:(id)dataProvider sortSectionsNow:(BOOL)sortSections; @end __BEGIN_DECLS extern void BBDataProviderAddBulletin(id dataProvider, BBBulletinRequest *bulletinRequest); extern void BBDataProviderWithdrawBulletinsWithRecordID(id dataProvider, NSString *recordID); __END_DECLS