G+_James Coleman Posted July 21, 2015 Share Posted July 21, 2015 Another note on Objective-C. If you want to reference a class in a header file, you can use @class Class, Class2; to just say it exists, then import the header file in the actual code. The reason you do not want to import the header file in the header file is you can cause issues for other classes which import that header file. Link to comment Share on other sites More sharing options...
Recommended Posts