I have an entity object Country with country name and country code. It is a subclass of NSManagedObject and I am using it with core data model to store its value to a persistent
Use initWithEntity:insertIntoManagedObjectContext: and pass nil for managed object context.
initWithEntity:insertIntoManagedObjectContext:
nil