Mixonomer-iOS/Mixonomer/Notifications/StaticNotif.swift

15 lines
250 B
Swift
Raw Normal View History

2022-12-09 08:51:42 +00:00
//
// StaticNotif.swift
// Mixonomer
//
// Created by Andy Pack on 27/11/2022.
// Copyright © 2022 Sarsoo. All rights reserved.
//
import Foundation
class StaticNotif {
static var token: String?
static var hasDelivered: Bool = false
}