@interface IPABestFitImageSizePolicy : IPAImageSizePolicy { struct CGSize { double width; double height; } _fitSize; } - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (struct CGSize { double x0; double x1; })transformSize:(struct CGSize { double x0; double x1; })a0; - (BOOL)isBestFitPolicy; - (id)initWithFitSize:(struct CGSize { double x0; double x1; })a0; - (double)transformScaleForSize:(struct CGSize { double x0; double x1; })a0; @end