While I convert my project to swift 3.0 , I found that error
parameter 'ResultType' could not be inferred
My code like this :
let fetchRequest = NSFetchRequest(entityName: "Book")
I use this code in my project before,and now it appears error.How shell I modify it right.