@class NSString, NSLayoutConstraint; @protocol DOCThumbnail, DOCFittingImageViewDelegate; @interface DOCFittingImageView : UIImageView @property (retain, nonatomic) NSLayoutConstraint *aspectRatioConstraint; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) id thumbnail; @property (nonatomic) struct CGSize { double width; double height; } fittingSize; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (struct CGSize { double x0; double x1; })systemLayoutSizeFittingSize:(struct CGSize { double x0; double x1; })a0; - (struct CGSize { double x0; double x1; })intrinsicContentSize; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)initWithImage:(id)a0; - (void).cxx_destruct; - (void)setImage:(id)a0; - (void)layoutSubviews; - (void)initCommon; - (id)initWithCoder:(id)a0; - (void)thumbnailLoaded:(id)a0; @end