The Apple's developer documentation says:
NSObject is The root class of most Objective-C class hierarchies, from which subclasses inherit a basic interface to the runtime system.
I wonder what is the root class of all classes in Swift in the example below:
class MyClass {
....
}