Add Dictionary+RSCore.

This commit is contained in:
Brent Simmons
2024-11-15 21:29:50 -08:00
parent 357ea22da4
commit f8c01f8d18

View File

@@ -0,0 +1,10 @@
//
// File.swift
// RSCore
//
// Created by Brent Simmons on 11/15/24.
//
import Foundation
public typealias StringDictionary = [String: String]