@class NSString; @interface PXUIFloatingContentView : _UIFloatingContentView @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } contentsRect; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (BOOL)canBecomeFocused; - (void)didUpdateFocusInContext:(id)a0 withAnimationCoordinator:(id)a1; @end