From 5fca7d0b993b297ee309fc736ece6de5c501cb75 Mon Sep 17 00:00:00 2001 From: Ivan Grachyov Date: Tue, 22 Jun 2021 00:14:32 +0300 Subject: [PATCH] Hide Secrets --- Encrypted Ink/Supporting Files/Secrets.swift | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Encrypted Ink/Supporting Files/Secrets.swift diff --git a/Encrypted Ink/Supporting Files/Secrets.swift b/Encrypted Ink/Supporting Files/Secrets.swift deleted file mode 100644 index d1ae00da..00000000 --- a/Encrypted Ink/Supporting Files/Secrets.swift +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright © 2021 Encrypted Ink. All rights reserved. - -import Foundation - -struct Secrets { - - static let alchemy = "xxx" - -}