@class NSString; @interface CHUISWidgetVisibilitySettings : NSObject { BOOL _settled; struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _visibleBounds; } @property (readonly, nonatomic, getter=isSettled) BOOL settled; @property (readonly, nonatomic) struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } visibleBounds; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)encodeWithXPCDictionary:(id)a0; - (id)init; - (id)succinctDescriptionBuilder; - (id)descriptionBuilderWithMultilinePrefix:(id)a0; - (id)initWithXPCDictionary:(id)a0; - (id)descriptionWithMultilinePrefix:(id)a0; - (id)succinctDescription; - (BOOL)isEqual:(id)a0; - (id)mutableCopyWithZone:(struct _NSZone { } *)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)_initWithVisibilitySettings:(id)a0; @end