2017-07-01 17:22:19 -07: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 13:18:59 -07:00
|
|
|
import Data
|
2017-07-01 17:22:19 -07:00
|
|
|
|
|
|
|
extension ParsedAuthor: Author {
|
|
|
|
}
|
|
|
|
|
|
|
|
public typealias LocalAuthor = ParsedAuthor
|