mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make further progress on sending to MarsEdit and Micro.blog.
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
|
||||
import Cocoa
|
||||
|
||||
// Unlike UndoableCommand commands, you instantiate one of each of these and reuse them.
|
||||
|
||||
protocol SendToCommand {
|
||||
|
||||
func canSendObject(_ object: Any?) -> Bool
|
||||
func sendObject(_ object: Any?)
|
||||
func canSendObject(_ object: Any?, selectedText: String?) -> Bool
|
||||
func sendObject(_ object: Any?, selectedText: String?)
|
||||
}
|
||||
|
||||
extension SendToCommand {
|
||||
|
||||
Reference in New Issue
Block a user