2017-07-02 02:22:19 +02:00
|
|
|
//
|
|
|
|
// LocalAuthor.swift
|
|
|
|
// LocalAccount
|
|
|
|
//
|
|
|
|
// Created by Brent Simmons on 6/30/17.
|
|
|
|
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
import Foundation
|
|
|
|
import RSParser
|
2017-07-08 22:18:59 +02:00
|
|
|
import Data
|
2017-07-02 02:22:19 +02:00
|
|
|
|
|
|
|
extension ParsedAuthor: Author {
|
|
|
|
}
|
|
|
|
|
|
|
|
public typealias LocalAuthor = ParsedAuthor
|