@class PXVideoSession, PXVideoSessionUIView; @protocol NSCopying; @interface PXGVideoPlayerView : UIView @property (retain, nonatomic) PXVideoSession *videoSession; @property (readonly, nonatomic) PXVideoSessionUIView *videoSessionView; @property (copy, nonatomic) id userData; @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } clippingRect; @property (readonly, nonatomic) BOOL shouldReuseWhenInvisible; - (id)init; - (void)prepareForReuse; - (void)becomeReusable; - (void).cxx_destruct; @end