Delete unused FeedlyTestSecrets.

This commit is contained in:
Brent Simmons 2024-05-16 08:29:51 -07:00
parent 66e169d552
commit 6adbc8245d
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
//
// FeedlyTestSecrets.swift
//
//
// Created by Maurice Parker on 8/4/20.
//
import Foundation
import Secrets
struct FeedlyTestSecrets: SecretsProvider {
var mercuryClientId = ""
var mercuryClientSecret = ""
var feedlyClientId = ""
var feedlyClientSecret = ""
var inoreaderAppId = ""
var inoreaderAppKey = ""
}