mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Commit major surgery but leave it unfinished. Everything is broken.
This commit is contained in:
14
Frameworks/DataModel/OPMLRepresentable.swift
Normal file
14
Frameworks/DataModel/OPMLRepresentable.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// OPMLRepresentable.swift
|
||||
// DataModel
|
||||
//
|
||||
// Created by Brent Simmons on 7/1/17.
|
||||
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public protocol OPMLRepresentable {
|
||||
|
||||
func OPMLString(indentLevel: Int) -> String
|
||||
}
|
||||
Reference in New Issue
Block a user