Logo
Explore Help
Sign In
renun/NetNewsWire
1
0
Fork 0
You've already forked NetNewsWire
mirror of https://github.com/Ranchero-Software/NetNewsWire synced 2025-08-12 06:26:36 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
2cd23cf0086345ded98ccba9ad156bb12e8cccb3
NetNewsWire/Evergreen/Scriptability/MainWindowController+Scriptability.swift

17 lines
343 B
Swift
Raw Normal View History

implement 'current article' property of the application Also, fix the unique-id based accessors (the four byte code for id was wrong in the sdef) Add valueIn<Key>WithUniqueID accessors Add a few protocols and protocol implementations for the AppDelegate and MainWindowControllor so as to expose needed functionality for scriptability
2018-02-08 00:11:52 -08:00
//
// MainWindowController+Scriptability.swift
// Evergreen
//
// Created by Olof Hellman on 2/7/18.
Reset copyrights
2018-03-04 19:01:58 -08:00
// Copyright © 2018 Olof Hellman. All rights reserved.
implement 'current article' property of the application Also, fix the unique-id based accessors (the four byte code for id was wrong in the sdef) Add valueIn<Key>WithUniqueID accessors Add a few protocols and protocol implementations for the AppDelegate and MainWindowControllor so as to expose needed functionality for scriptability
2018-02-08 00:11:52 -08:00
//
import Foundation
import Data
protocol ScriptingMainWindowController {
var scriptingCurrentArticle: Article? { get }
var scriptingSelectedArticles: [Article] { get }
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 38ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API