// // Global.swift // EventLocator // // Created by Saim on 28/11/2019. // Copyright © 2019 Saim. All rights reserved. // import Foundation public struct Global { static var eventsData = [EventMapper]() static var userData: UserMapper! static var userId: String! }