mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 17:43:22 +01:00
17 lines
289 B
Swift
17 lines
289 B
Swift
//
|
|
// LocalAuthor.swift
|
|
// LocalAccount
|
|
//
|
|
// Created by Brent Simmons on 6/30/17.
|
|
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import RSParser
|
|
import DataModel
|
|
|
|
extension ParsedAuthor: Author {
|
|
}
|
|
|
|
public typealias LocalAuthor = ParsedAuthor
|