Error fatal rápido al acceder a un nulo sin envolver opcional
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