在isKindOf斯威夫特3就是is这样,你应该使用这样的:
isKindOf
is
if classType is SecondViewController { print("there is a match") }