@class NSString, _SBPrototypeBasicAlertElementCompoundView, UIView; @protocol SAAlertHosting, SAElementHosting, SAElement; @interface SBPrototypeBasicAlertElementViewProvider : NSObject { _SBPrototypeBasicAlertElementCompoundView *_minimalCompoundView; } @property (weak, nonatomic) id elementHost; @property (readonly, copy, nonatomic) NSString *clientIdentifier; @property (readonly, copy, nonatomic) NSString *elementIdentifier; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (weak, nonatomic) id alertHost; @property (readonly, nonatomic) UIView *leadingView; @property (readonly, nonatomic) UIView *trailingView; @property (readonly, nonatomic) UIView *minimalView; @property (readonly, nonatomic) UIView *detachedMinimalView; @property (readonly, weak, nonatomic) id element; @property (nonatomic) unsigned long long layoutAxis; - (id)viewProvider; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (BOOL)handleElementViewEvent:(long long)a0; - (BOOL)hasAlertBehavior; @end