@class NSMutableDictionary, NSObject; @protocol OS_dispatch_queue; @interface CAMPowerController : NSObject { _Atomic int _assertionIdentifierGenerator; } @property (readonly, nonatomic) NSMutableDictionary *_assertionsByIdentifier; @property (readonly, nonatomic) NSObject<OS_dispatch_queue> *_powerControllerQueue; @property (readonly, nonatomic) unsigned long long _backgroundTaskIdentifier; @property (readonly, nonatomic) int _powerPressureNotificationToken; @property (nonatomic, setter=_powerControllerQueue_setPowerPressureLevel:) unsigned int _powerControllerQueue_powerPressureLevel; - (void)_endBackgroundTaskIfNeeded; - (id)init; - (void)dealloc; - (void)addAssertionForIndentifier:(unsigned int)a0 withReason:(unsigned int)a1; - (id)description; - (unsigned int)powerPressureLevel; - (unsigned int)generateAssertionIdentifier; - (void).cxx_destruct; - (void)_startBackgroundTaskIfNeeded; - (void)removeAssertionForIdentifier:(unsigned int)a0 withReason:(unsigned int)a1; @end