mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
13 lines
179 B
Swift
13 lines
179 B
Swift
//
|
|
// SecretsManager.swift
|
|
//
|
|
//
|
|
// Created by Maurice Parker on 7/30/20.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public class SecretsManager {
|
|
public static var provider: SecretsProvider!
|
|
}
|