This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Description
I found two identifiers that were only mentioned in comments but the types themselves aren't defined anywhere:
ASDisplayNodeView, seems like a protocol that any view usable in a async display node would need to implement, mentioned in _ASPendingState.h:25.
ASDisplayNodeAsyncView, seems like a subclass of UIView that would too be usable in a node (also the way of adding more async views by subclassing), mentioned in ASDisplayNode.h:22.
Could you please add more details on these types? Plus some sort of a documentation of how to add a custom async view class. Thanks!