Skip to content

Instantly share code, notes, and snippets.

@MathVasc
Created June 8, 2020 17:47
Show Gist options
  • Select an option

  • Save MathVasc/afa409d9096fb275181b305bb01c8a22 to your computer and use it in GitHub Desktop.

Select an option

Save MathVasc/afa409d9096fb275181b305bb01c8a22 to your computer and use it in GitHub Desktop.
ClassName
// An more OBJ-C approach
let aClass: AnyClass? = object_getClass(SomeClass())
// An more Swift approach
let aClass = SomeClass.self
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment