@interface _OSChargingPredictorOutput : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) double confidence; @property (nonatomic) BOOL meetsSystemConfidenceThreshold; @property (nonatomic) double chargingDuration; - (void)encodeWithCoder:(id)a0; - (id)description; - (id)initWithCoder:(id)a0; @end