In XCocde when you create a data model diagram, it will also generate the classes for each entities in the diagram which inherit from NSManagedObject.
The question is are these classes considered my "Model" classes? OR are they just a bridge between my core data and model classes?
PLease if you have a good tutorial let me know, i've been searching all over the place and cannot find a detailed tutorial.