Add basic ExtensionPoint support.

This commit is contained in:
Maurice Parker
2020-04-07 15:25:33 -05:00
parent f8667be32b
commit 49cff8eb8e
29 changed files with 299 additions and 140 deletions

View File

@@ -9,14 +9,6 @@
import Foundation
import RSCore
public enum FeedProviderType: Int, Codable {
// Raw values should not change since theyre stored.
case marsEdit = 1
case microblog = 2
case twitter = 3
}
protocol FeedProvider {
public protocol FeedProvider {
}