DEFINICIÓN DE LAS VARIABLES
struct MyVariables { static var yourVariable = "someString"}
UTILIZACIÓN
let string = MyVariables.yourVariable
MyVariables.yourVariable = "anotherString"
Lo siento, debes estar conectado para publicar un comentario.