@class NSString, CAPortalLayer, UIView; @interface _UIPortalView : UIView @property (nonatomic, getter=_isGeometryFrozen, setter=_setGeometryFrozen:) BOOL _geometryFrozen; @property (weak, nonatomic) UIView *sourceView; @property (copy, nonatomic) NSString *name; @property (nonatomic) BOOL hidesSourceView; @property (nonatomic) BOOL matchesAlpha; @property (nonatomic) BOOL matchesTransform; @property (nonatomic) BOOL matchesPosition; @property (nonatomic) BOOL allowsBackdropGroups; @property (nonatomic) BOOL allowsHitTesting; @property (nonatomic) BOOL forwardsClientHitTestingToSourceView; @property (readonly, nonatomic) CAPortalLayer *portalLayer; + (Class)layerClass; - (void)setCenter:(struct CGPoint { double x0; double x1; })a0; - (BOOL)matchesTransform; - (BOOL)pointInside:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (void)setMatchesTransform:(BOOL)a0; - (void)setHidesSourceView:(BOOL)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (BOOL)allowsBackdropGroups; - (void)setFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (BOOL)allowsHitTesting; - (BOOL)hidesSourceView; - (void)setHidden:(BOOL)a0; - (id)initWithSourceView:(id)a0; - (void)setBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)description; - (void)setAllowsBackdropGroups:(BOOL)a0; - (BOOL)matchesPosition; - (void).cxx_destruct; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (BOOL)matchesAlpha; - (void)setMatchesAlpha:(BOOL)a0; - (void)setMatchesPosition:(BOOL)a0; - (id)portalLayer; - (void)setAllowsHitTesting:(BOOL)a0; @end