xcode 7 Type arguments cannot be applied to non-parameterized class
I had also this error, and I just changed @class to #import for problematic class and then clean and build and it was ok again... some bug I think... The class with problem was my own parametrised class.