SBAwayNotificationListCell.h 135 B

12345678
  1. @class BBBulletin;
  2. @interface SBAwayNotificationListCell : UITableViewCell
  3. @property (nonatomic, retain) BBBulletin *bulletin;
  4. @end