Closed hannseman closed 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.
CineConstants.h
unknown type name 'NSString'
Foundation/Foundation.h
Thanks for the PR, @hannseman!
When I try to import
CineConstants.h
I get the build errorunknown type name 'NSString'
. Adding an import ofFoundation/Foundation.h
inCineConstants.h
solves this.