@interface CRKCatalystNetworkPowerAssertion : NSObject @property (nonatomic, getter=isCanceled) BOOL canceled; - (void)dealloc; - (void)cancel; @end