Declared in NSObject+RACDeallocating.h
NSObject+RACDeallocating.m

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