@class NSString; @interface SBWindowDefaultLayoutStrategy : NSObject { BOOL _clip; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)_strategyWithClipping:(BOOL)a0; + (id)clipStrategy; + (id)noClipStrategy; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameWithInterfaceOrientation:(long long)a0 windowScene:(id)a1; - (void)removeObserver:(id)a0; - (id)_init; - (void)addObserver:(id)a0; - (BOOL)shouldClipForWindow:(id)a0; @end