Add sample script for creating a new outgoing message in Mail, fix accessor for the 'name of author'

This commit is contained in:
Olof Hellman
2019-07-10 00:02:20 -07:00
parent f082961025
commit 9a730afb49
4 changed files with 93 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import Account
import Articles
@objc(ScriptableFeed)
class ScriptableFeed: NSObject, UniqueIdScriptingObject, ScriptingObjectContainer{
class ScriptableFeed: NSObject, UniqueIdScriptingObject, ScriptingObjectContainer {
let feed:Feed
let container:ScriptingObjectContainer