NSString* str1 = @"test"; [str1 class];
[str1 class];
var str: String = "test" print("str class is :: \(type(of: str))")
type(of: str)