mirror of
https://github.com/confirmedcode/Lockdown-iOS.git
synced 2025-12-21 12:14:02 +01:00
15 lines
292 B
Swift
15 lines
292 B
Swift
//
|
|
// EmailAddress.swift
|
|
// Lockdown
|
|
//
|
|
// Created by Alexander Parshakov on 12/9/22
|
|
// Copyright © 2022 Confirmed Inc. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
enum EmailAddress {
|
|
static let team = "team@lockdownprivacy.com"
|
|
static let terms = "terms@lockdownprivacy.com"
|
|
}
|