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

Export ASThread to unbreak the subclass header files - #4

Merged
secretiverhyme merged 1 commit into
facebookarchive:masterfrom
toulouse:master
Jul 17, 2014
Merged

Export ASThread to unbreak the subclass header files#4
secretiverhyme merged 1 commit into
facebookarchive:masterfrom
toulouse:master

Conversation

@toulouse

Copy link
Copy Markdown
Contributor

This should work for making AsyncDisplayNode+Subclasses.h work.

Verifying other changes to other header files, but this is a good first step I think.

@toulouse

Copy link
Copy Markdown
Contributor Author

Hold up - found a bug in this - I tested by compiling a project that installed it but not the project itself. Will update soon with a better diff.

Summary:
* Moves ASThread.h from Private to Public visibility
* Moves ASThread.h from Private/ to Details/
* Changes public #imports from "" to <>

Test Plan:
```
#import <AsyncDisplayKit/ASDisplayNode+Subclasses.h>
#import <AsyncDisplayKit/ASControlNode+Subclasses.h>
```
@toulouse

Copy link
Copy Markdown
Contributor Author

Okay, updated. looks OK to me, for now.

secretiverhyme added a commit that referenced this pull request Jul 17, 2014
Export ASThread to unbreak the subclass header files
@secretiverhyme
secretiverhyme merged commit f504ab4 into facebookarchive:master Jul 17, 2014
@secretiverhyme

Copy link
Copy Markdown
Contributor

Unit tests build and pass. Test project that depends on AsyncDisplayKit still builds. r=me

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