Erro fatal rápido ao acessar um opcional nulo
var someValue:Int!
var unwrappedValue:Int = someValue //crashes due to this line
SAMER SAEID
var someValue:Int!
var unwrappedValue:Int = someValue //crashes due to this line