@class NSObject; @protocol OS_os_log, OS_dispatch_queue; @interface CBContainer : NSObject { NSObject *_logHandle; NSObject *_queue; NSObject *_notificationQueue; id /* block */ _notificationBlock; } - (void)dealloc; - (void)unregisterNotificationBlock; - (void)registerNotificationBlock:(id /* block */)a0; - (void)scheduleWithDispatchQueue:(id)a0; - (void)unscheduleWithDispatchQueue:(id)a0; @end