mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-29 02:09:30 +01:00
17 lines
284 B
Swift
17 lines
284 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 Data
|
|
|
|
extension ParsedAuthor: Author {
|
|
}
|
|
|
|
public typealias LocalAuthor = ParsedAuthor
|