From f8c01f8d1889f4543bbed60089245e89da34eb35 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Fri, 15 Nov 2024 21:29:50 -0800 Subject: [PATCH] Add Dictionary+RSCore. --- RSCore/Sources/RSCore/Shared/Dictionary+RSCore.swift | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 RSCore/Sources/RSCore/Shared/Dictionary+RSCore.swift diff --git a/RSCore/Sources/RSCore/Shared/Dictionary+RSCore.swift b/RSCore/Sources/RSCore/Shared/Dictionary+RSCore.swift new file mode 100644 index 000000000..663814afa --- /dev/null +++ b/RSCore/Sources/RSCore/Shared/Dictionary+RSCore.swift @@ -0,0 +1,10 @@ +// +// File.swift +// RSCore +// +// Created by Brent Simmons on 11/15/24. +// + +import Foundation + +public typealias StringDictionary = [String: String]