aleclarson / emitter-kit

Type-safe event handling for Swift
MIT License
567 stars 71 forks source link

Replace `extern` with `FOUNDATION_EXPORT` #20

Closed nubbel closed 9 years ago

nubbel commented 9 years ago

This is the standard way of defining an umbrella header. Just don't remove the Foundation import, again!

aleclarson commented 9 years ago

Thanks! :+1: