Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 279 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 279 Bytes

If you ensuring immutability of your models, you are probably wrapping your CoreData's NSManagedObject subclasses into structs of some sort and use them in upper layers of your app. This code will introduce two approaches that tap into the power of Swift generics and protocols.