@interface CUIPSDGradientColorStop : CUIPSDGradientStop <NSCoding> { struct _psdGradientColor { double red; double green; double blue; double alpha; } gradientColor; } + (void)initialize; + (id)colorStopWithLocation:(double)a0 gradientColor:(struct _psdGradientColor { double x0; double x1; double x2; double x3; })a1; - (void)encodeWithCoder:(id)a0; - (id)description; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (struct _psdGradientColor { double x0; double x1; double x2; double x3; })gradientColor; - (id)initWithLocation:(double)a0 gradientColor:(struct _psdGradientColor { double x0; double x1; double x2; double x3; })a1; - (double)colorLocation; - (BOOL)isColorStop; @end