DispatchQueue.main.asyncAfter(deadline: .now() + 4) {
		print(self.greetingValue)
}