Skip to content

Instantly share code, notes, and snippets.

@rigibun
Created October 19, 2018 13:11
let fetchRequest = NSFetchRequest(entityName: "Record")
fetchRequest.predicate = NSPredicate(format: "file == NULL")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment