@protocol UICoordinateSpace; @interface PUDisplayLocationProvider : NSObject @property (readonly, nonatomic) struct CGPoint { double x; double y; } _point; @property (readonly, nonatomic) id _coordinateSpace; - (id)init; - (void).cxx_destruct; - (struct CGPoint { double x0; double x1; })locationInView:(id)a0; - (id)initWithPoint:(struct CGPoint { double x0; double x1; })a0 inCoordinateSpace:(id)a1; @end