@class NSError, UIView, UIImage, NSArray, NSString, PXUIMediaProvider, PXImageRequester, PXDisplayAssetViewModel, NSObject, PXReusableObjectPool, PXRoundProgressView, PXLoadingFailureBadgeView; @protocol OS_os_log, PXDisplayAsset; @interface PXDisplayAssetContentView : UIView { struct { unsigned long long needsUpdate; unsigned long long updated; BOOL isPerformingUpdate; BOOL willPerformUpdate; } _updateFlags; } @property (class, readonly, nonatomic) PXReusableObjectPool *viewPool; @property (readonly, nonatomic) UIView *contentView; @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } contentBounds; @property (retain, nonatomic) NSError *latestError; @property (retain, nonatomic) PXRoundProgressView *progressView; @property (retain, nonatomic) PXLoadingFailureBadgeView *failureView; @property (readonly, nonatomic) NSObject *log; @property (readonly, nonatomic) struct CGSize { double width; double height; } targetSize; @property (readonly, nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } contentsRect; @property (readonly, nonatomic) UIImage *image; @property (readonly, nonatomic) PXImageRequester *imageRequester; @property (readonly, nonatomic) double imageProgress; @property (nonatomic) long long requestID; @property (retain, nonatomic) id asset; @property (readonly, nonatomic) double loadingProgress; @property (readonly, nonatomic) long long playbackStyle; @property (retain, nonatomic) PXUIMediaProvider *mediaProvider; @property (copy, nonatomic) NSArray *placeholderImageFilters; @property (nonatomic) double placeholderTransitionDuration; @property (nonatomic) BOOL canDisplayLoadingIndicator; @property (nonatomic) BOOL isDisplayingFullQualityContent; @property (readonly, nonatomic) struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } currentContentsRect; @property (readonly, nonatomic) UIImage *currentImage; @property (readonly, nonatomic) NSError *error; @property (nonatomic, getter=isAnimatedContentEnabled) BOOL animatedContentEnabled; @property (retain, nonatomic) PXDisplayAssetViewModel *viewModel; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (void)checkInView:(id)a0; + (id)checkOutViewForAsset:(id)a0; + (id)checkOutViewForAsset:(id)a0 withPlaybackStyle:(long long)a1; + (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })preferredContentsRectForAsset:(id)a0 targetSize:(struct CGSize { double x0; double x1; })a1; - (void)setTargetSize:(struct CGSize { double x0; double x1; })a0; - (void)setContentMode:(long long)a0; - (void)setContentsRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)observable:(id)a0 didChange:(unsigned long long)a1 context:(void *)a2; - (void)updateContent; - (void)prepareForReuse; - (void)becomeReusable; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)setNeedsLayout; - (void)_updateIfNeeded; - (void)handleError:(id)a0; - (void).cxx_destruct; - (void)setError:(id)a0; - (void)setImage:(id)a0; - (void)layoutSubviews; - (void)didMoveToWindow; - (void)_updateProgressView; - (void)animatedContentEnabledDidChange; - (void)_invalidateError; - (void)_invalidateViewModelProperties; - (void)_loadContentView; - (void)_updateError; - (void)_updateFailureView; - (void)_updateTargetSize; - (void)_updateViewModelProperties; - (void)contentModeDidChange; - (void)contentsRectDidChange; - (void)imageDidChange; - (void)imageProgressDidChange; - (void)imageRequesterDidChange:(unsigned long long)a0; - (void)invalidateLoadingProgress; - (void)isDisplayingFullQualityContentDidChange; - (void)placeholderImageFiltersDidChange; - (void)placeholderTransitionDurationDidChange; - (void)setImageProgress:(double)a0; - (void)setImageRequester:(id)a0; - (void)setNeedsUpdateContent; - (void)viewModelDidChange:(unsigned long long)a0; @end