mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename some AppleScript support files.
This commit is contained in:
17
Mac/Scriptability/ScriptingMainWindowController.swift
Normal file
17
Mac/Scriptability/ScriptingMainWindowController.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MainWindowController+Scriptability.swift
|
||||
// NetNewsWire
|
||||
//
|
||||
// Created by Olof Hellman on 2/7/18.
|
||||
// Copyright © 2018 Olof Hellman. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import Articles
|
||||
|
||||
protocol ScriptingMainWindowController {
|
||||
|
||||
@MainActor var scriptingCurrentArticle: Article? { get }
|
||||
@MainActor var scriptingSelectedArticles: [Article] { get }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user