Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 432 Bytes

File metadata and controls

12 lines (7 loc) · 432 Bytes

JWW Core Data

Shared pieces of Core Data code I use in different projects.

Contents

  • JWWPersistentContainer: A subclass of NSPersistentContainer with a set of frequently used overrides and additional methods I use in my projects.
  • ManagedObjectType: A protocol contract for required functions for JWWManagedObject class instances.

License

Copyright 2025 Justin Williams. Licensed under the MIT license.