|
//
|
|
// 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
|