Guest User

Untitled

a guest
Dec 13th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Foo{
  2. class Laa{
  3. static let someVar = "I am laaVar"
  4. }
  5. }
  6.  
  7. let laaName = String(reflecting: Foo.Laa.self)
  8. // Returns 'MyApp.Foo.Laa'
Add Comment
Please, Sign In to add comment