The data model is where you create your app's model objects and their properties. For our project, we only need to create one model object, called Review. Let's create a managed object model now:
- In the Navigator panel, right-click on the Misc folder and create a new group, called Core Data.
- Next, right-click this new Core Data folder and click New File.
- Inside the Choose a template for your new file screen, select iOS at the top and then scroll down to the Core Data section. From there, select Data Model. Then, hit Next:
![](https://static.packt-cdn.com/products/9781789348668/graphics/assets/efc6ad58-7284-4ac3-ab4f-7d0b4ca37ac0.png)
- Name the file LetsEatModel and click Create.
- Click Add Entity in the screen that appears:
![](https://static.packt-cdn.com/products/9781789348668/graphics/assets/d010463a-a5c1-4b75-aaf0-fc21860483fc.png)
Then, in the bottom-right corner of the new screen, change the Editor Style to Graph Style:
![](https://static.packt-cdn.com/products/9781789348668/graphics/assets/fab8eaf1-9410-4502-8fd7-d867c37902c7.png)
In the Graph Style, double-click on Entity in the box in the middle of the graph to change your entity's name:
![](https://static.packt-cdn.com/products/9781789348668/graphics/assets/5a479dda-9e22-407c-b82e-1a1cc086fec9.png)
- Update the text to say...