cine-io / cineio-broadcast-ios

The cine.io iOS Broadcast SDK
https://www.cine.io/products/broadcast
MIT License
129 stars 36 forks source link

CineConstants missing Foundation import #3

Closed hannseman closed 9 years ago

hannseman commented 9 years ago

When I try to import CineConstants.h I get the build error unknown type name 'NSString'. Adding an import of Foundation/Foundation.h in CineConstants.h solves this.

jeffreywescott commented 9 years ago

Thanks for the PR, @hannseman!