Should an Enum be defined as a Core Data Entity?

Hi,


I'm using Core Data in my iOS and MacOS projects. I have an enum entity consisting of two entries. Coming from C# and Entity Framework, i'm accustomed to creating a class for this. Should I create a core data entity to define my enum? Or, is it best to do this by defining the enum using Swift as a separate class file?


Thanks,

Sid