@class NSMutableDictionary, NSString, PLBatteryUIResponderService, NSMutableArray; @interface PLBatteryUIResponseTypeBackgroundCPUInsight : NSObject <PLBatteryUIResponseProtocol> @property BOOL suggest; @property (retain) NSMutableDictionary *perAppUsage; @property (retain) NSMutableArray *batteryBreakdown_Last10Days; @property (retain) PLBatteryUIResponderService *responderService; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)configure:(id)a0; - (void)run; - (id)result; - (void).cxx_destruct; - (id)dependencies; - (void)coalesce; @end