@interface TVRMSPowerAssertion : NSObject { unsigned int _assertionID; } - (void)dealloc; - (void)refresh; - (id)initWithName:(id)a0; @end