Files
lockdown-iOS-mirror/LockdowniOS/AccountUI.swift
Alexander Parshakov 2bc6adf847 Release 1.6.1
2023-01-10 21:17:38 +05:00

15 lines
285 B
Swift

//
// 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")
}