SBBulletinViewController.h 188 B

12345678
  1. @class SBNotificationsBulletinInfo;
  2. @interface SBBulletinViewController : UITableViewController
  3. - (SBNotificationsBulletinInfo *)_bulletinInfoAtIndexPath:(NSIndexPath *)indexPath;
  4. @end