TL;DR you're looking for MyClass.self
When working with ConnectSDK, I came across something I hadn't before in Swift:
the AnyClass type. ConnectSDK [http://connectsdk.com] is an Objective-C based
library so I'd imagine this is a rarity when working with native Swift code.
Here's what it looks like: