Index Hierarchy NSObject(RACDeallocating) Category Reference Declared in NSObject+RACDeallocating.hNSObject+RACDeallocating.m Tasks rac_deallocDisposable property – rac_willDeallocSignal Properties rac_deallocDisposable The compound disposable which will be disposed of when the receiver is deallocated. @property (atomic, readonly, strong) RACCompoundDisposable *rac_deallocDisposable Declared In NSObject+RACDeallocating.h Instance Methods rac_willDeallocSignal Returns a signal that will complete immediately before the receiver is fully deallocated. If already deallocated when the signal is subscribed to, a completed event will be sent immediately. - (RACSignal *)rac_willDeallocSignal Declared In NSObject+RACDeallocating.h Index Hierarchy