I\'ve got a subclass of UIViewController written in Swift called \'BaseViewController\'. I now have an \'old\' view controller called \'ViewController1\' written in Objective-C
You cannot subclass a Swift class in Objective-C.
Excerpt from Using Swift with Cocoa and Objective-C