SBTodayBulletinCell.h 153 B

12345678
  1. @interface SBTodayBulletinCell : UITableViewCell
  2. + (NSDictionary *)defaultTextAttributes;
  3. + (UIColor *)defaultFontColor;
  4. + (UIFont *)defaultFont;
  5. @end