SBBBBulletinInfo.h 149 B

12345678
  1. #import "SBBBItemInfo.h"
  2. @interface SBBBBulletinInfo : SBBBItemInfo
  3. @property (nonatomic, retain, readonly) BBBulletin *representedBulletin;
  4. @end