In Objective c there is this computer generated .h files from coredata. I do not want to change that file.
However, I want every object to have a reference to some other object outside coredata
For example, in business core data object, I want a reference to cell data that represent that business core data object.
How would I do so?