@class UIColor; @interface PKBillPaymentRingGradientState : NSObject @property (readonly, copy, nonatomic) UIColor *startColor; @property (readonly, copy, nonatomic) UIColor *endColor; - (void).cxx_destruct; - (id)initWithStartColor:(id)a0 endColor:(id)a1; @end