Swift - Optionals
You have a class property declared as
var data: String! which is set asynchronously after initialization. How should you safely use data in a method to avoid runtime crashes?