@interface STStatusBarDataThermalEntry : STStatusBarDataEntry @property (readonly, nonatomic) long long color; @property (readonly, nonatomic) BOOL sunlightMode; + (BOOL)supportsSecureCoding; + (BOOL)supportsBSXPCSecureCoding; + (id)entryWithColor:(long long)a0 isSunlightMode:(BOOL)a1; - (id)succinctDescriptionBuilder; - (void)encodeWithCoder:(id)a0; - (id)initWithBSXPCCoder:(id)a0; - (void)encodeWithBSXPCCoder:(id)a0; - (id)initWithCoder:(id)a0; - (id)_hashBuilder; - (id)_equalsBuilderWithObject:(id)a0; @end