From 19bf197f020f4b46572447833804a9d7a5d8abe3 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 23 Jul 2018 15:30:42 -0700 Subject: [PATCH] Start FeedMetadata. --- Frameworks/Account/FeedMetadata.swift | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Frameworks/Account/FeedMetadata.swift diff --git a/Frameworks/Account/FeedMetadata.swift b/Frameworks/Account/FeedMetadata.swift new file mode 100644 index 000000000..ea57c536b --- /dev/null +++ b/Frameworks/Account/FeedMetadata.swift @@ -0,0 +1,9 @@ +// +// FeedMetadata.swift +// Account +// +// Created by Brent Simmons on 7/22/18. +// Copyright © 2018 Ranchero Software, LLC. All rights reserved. +// + +import Foundation