Weak Retaining Proxy. More...
#import <AEWeakRetainingProxy.h>
Inherits NSProxy.
Class Methods | |
(instancetype _Nonnull) | + proxyWithTarget: |
Properties | |
id _Nullable | target |
Weak Retaining Proxy.
This proxy class is useful to avoid a retain cycle when using an NSTimer retained by the instance that is the timer's target. It's used in a number of places throughout TAAE.
+ (instancetype _Nonnull) proxyWithTarget: | (id _Nonnull) | target |
|
readnonatomicweak |