Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing Foundation import in TKTransition.h #21

Merged
merged 1 commit into from
Oct 1, 2014
Merged

missing Foundation import in TKTransition.h #21

merged 1 commit into from
Oct 1, 2014

Conversation

max-potapov
Copy link
Contributor

will cause compiler errors in Swift projects

will cause compiler errors in Swift projects
@blakewatters
Copy link
Owner

Shouldn’t we add at the top of the TransitionKit.h aggregate header?

@max-potapov
Copy link
Contributor Author

Adding this to aggregate header doesn't solve TKTransition.m compiling issue

@mmerickel
Copy link

The header files are not always independently importable without proper imports, which is unfortunate even if it's not the typical use-case. Not every project defines <Foundation/Foundation.h> in a prefix header.

blakewatters added a commit that referenced this pull request Oct 1, 2014
missing Foundation import in TKTransition.h
@blakewatters blakewatters merged commit 7475787 into blakewatters:master Oct 1, 2014
@blakewatters
Copy link
Owner

All fixed in v2.1.1

@max-potapov max-potapov deleted the patch-1 branch October 31, 2014 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants