when i create a new NSManagedObject from Editor at the top, instead of making just a .h and .m file, it makes 4 itme 2 .h and 2 .m with totally different amount of code how which one can i delete? and how can i make them in the old fashion way which had only 1 .h and 1 .m file?
there's also another question, when i have 2 entity while making this class, at the section it asked me to " select the entities you want to manage" should i check my 2 entities at the same time? or its better to make the different NSManagedObject for each one of them?