SBBulletinBannerView.h 235 B

123456789
  1. #import "SBBannerView.h"
  2. @interface SBUIRoundedBannerItemView : UIView // iOS 6 only, but the compiler doesn't need to know that yet.
  3. @end
  4. NS_CLASS_AVAILABLE_IOS(6_0) @interface SBBulletinBannerView : SBUIRoundedBannerItemView
  5. @end