BBSectionInfo.h 215 B

123456789
  1. @interface BBSectionInfo : NSObject
  2. + (instancetype)defaultSectionInfoForType:(NSUInteger)type;
  3. @property NSUInteger notificationCenterLimit;
  4. @property (nonatomic, retain) NSString *sectionID, *displayName;
  5. @end