Delete obsolete code

This commit is contained in:
Maurice Parker
2019-12-28 16:06:37 -07:00
parent 5c4d8aeba7
commit a1b23edc8b
2 changed files with 0 additions and 23 deletions

View File

@@ -1,15 +0,0 @@
//
// ArticleExtractorSecrets.swift
// NetNewsWire
//
// Created by Maurice Parker on 9/18/19.
// Copyright © 2019 Ranchero Software. All rights reserved.
//
import Foundation
enum ArticleExtractorConfig {
static let clientId = "netnewswire"
static let clientSecret = "PM9QZZwckFPLcJdUt4BADDqwHdKCAy8zxaAakjmpGdbjEjfcAdU3CTNdBf8Lw"
static let clientURL = "https://extract.feedbin.com/parser"
}