Skip to content

Instantly share code, notes, and snippets.

@sisoje
Created February 4, 2019 22:25
Show Gist options
  • Save sisoje/4e6e29f63299126db159a1f5efba0b42 to your computer and use it in GitHub Desktop.
Save sisoje/4e6e29f63299126db159a1f5efba0b42 to your computer and use it in GitHub Desktop.
class FetchedData<T: NSFetchRequestResult> {
let controller: NSFetchedResultsController<T>
init(_ controller: NSFetchedResultsController<T>) {
self.controller = controller
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment