// // AccountUI.swift // Lockdown // // Created by Oleg Dreyman on 06.10.2020. // Copyright © 2020 Confirmed Inc. All rights reserved. // import UIKit enum AccountUI { static let accountStateDidChange = Notification.Name("AccountUIAccountStateDidChangeNotification") }