@class NSArray, NSString; @interface CLKGaugeProvider : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) long long style; @property (retain, nonatomic) NSArray *gaugeColors; @property (retain, nonatomic) NSArray *gaugeColorLocations; @property (nonatomic) BOOL paused; @property (nonatomic) BOOL finalized; @property (retain, nonatomic) NSString *accessibilityLabel; + (id)providerWithJSONObjectRepresentation:(id)a0 bundle:(id)a1; - (BOOL)validate; - (unsigned long long)hash; - (id)_init; - (void)encodeWithCoder:(id)a0; - (void)finalize; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)startUpdatesWithHandler:(id /* block */)a0; - (id)JSONObjectRepresentation; - (id)initWithJSONObjectRepresentation:(id)a0; - (double)progressFractionForNow:(id)a0; - (void)stopUpdatesForToken:(id)a0; - (BOOL)needsTimerUpdates; @end