I am trying to import "EAGLView.h" in xcode 4 and am following the instructions given by the tutorial in the book http://www.amazon.com/Learning-iOS-Game-Programming-Hands-On/dp/0321699424/ref=sr_1_1?ie=UTF8&qid=1334873430&sr=8-1 . The book was written for previous versions of xcode so I am wondering if the EAGLView.h class has been phased out or if there is something special I need to do to import it?
When i was creating the new project I selected OpenGL game if it makes any difference.