Workaround fix for nested generics
With EVGenericsKVC you now also always have to add these lines of code:
public func getGenericType() -> NSObject {
return T()
}
With EVGenericsKVC you now also always have to add these lines of code:
public func getGenericType() -> NSObject {
return T()
}