mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add basic ExtensionPoint support.
This commit is contained in:
@@ -9,14 +9,6 @@
|
||||
import Foundation
|
||||
import RSCore
|
||||
|
||||
public enum FeedProviderType: Int, Codable {
|
||||
// Raw values should not change since they’re stored.
|
||||
case marsEdit = 1
|
||||
case microblog = 2
|
||||
case twitter = 3
|
||||
}
|
||||
|
||||
|
||||
protocol FeedProvider {
|
||||
public protocol FeedProvider {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user