AEWeakRetainingProxy Class Reference

Weak Retaining Proxy. More...

#import <AEWeakRetainingProxy.h>

Inherits NSProxy.

Class Methods

(instancetype _Nonnull) + proxyWithTarget:
 

Properties

id _Nullable target
 

Detailed Description

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.

Method Documentation

+ (instancetype _Nonnull) proxyWithTarget: (id _Nonnull)  target

Property Documentation

- (id _Nullable) target
readnonatomicweak

The documentation for this class was generated from the following file: