SBNotificationCenterController.h 293 B

123456789101112
  1. @class SBNotificationCenterViewController;
  2. @interface SBNotificationCenterController : NSObject
  3. + (instancetype)sharedInstance;
  4. - (void)presentAnimated:(BOOL)animated completion:(void(^)())completion;
  5. @property (nonatomic, retain) SBNotificationCenterViewController *viewController;
  6. @end