@class SiriUIBackgroundBlurView; @protocol SiriUIBackgroundBlurViewControllerDelegate; @interface SiriUIBackgroundBlurViewController : UIViewController @property (retain, nonatomic) SiriUIBackgroundBlurView *backgroundBlurView; @property (nonatomic) BOOL backgroundBlurIsVisible; @property (nonatomic) long long backgroundBlurVisibleReason; @property (weak, nonatomic) id backgroundBlurViewControllerDelegate; - (id)init; - (void)viewDidLoad; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (void)requestBackgroundBlurVisible:(BOOL)a0 forReason:(long long)a1; @end