Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Add umbrella header #9

Merged
merged 1 commit into from
Jul 23, 2014
Merged

Add umbrella header #9

merged 1 commit into from
Jul 23, 2014

Conversation

toulouse
Copy link
Contributor

Summary:
Import the headers for control, image, and text nodes, as well as the normal display node and helper functions. Subclass headers omitted as they are intended to be imported in subclass implementation files, not public headers.

Test Plan:
#import <AsyncDisplayKit/AsyncDisplayKit.h> followed some time later by:

ASDisplayNode *node;
ASImageNode *node2;
ASTextNode *node3;
ASControlNode *node4;

Summary:
Import the headers for control, image, and text nodes, as well as the normal display node and helper functions. Subclass headers omitted as they are intended to be imported in subclass implementation files, not public headers.

Test Plan:
`#import <AsyncDisplayKit/AsyncDisplayKit.h>` followed some time later by:
```
ASDisplayNode *node;
ASImageNode *node2;
ASTextNode *node3;
ASControlNode *node4;
```
secretiverhyme added a commit that referenced this pull request Jul 23, 2014
@secretiverhyme secretiverhyme merged commit b5f45d6 into facebookarchive:master Jul 23, 2014
@secretiverhyme
Copy link
Contributor

Awesome, thank you!

nguyenhuy pushed a commit to nguyenhuy/AsyncDisplayKit that referenced this pull request Apr 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants