mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-05 14:27:17 +01:00
Add StringDictionary typealias. It’s such a common type — it should have a consistent name.
This commit is contained in:
parent
cbc2790121
commit
a39130ff77
@ -0,0 +1,10 @@
|
|||||||
|
//
|
||||||
|
// Dictionary+Extensions.swift
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// Created by Brent Simmons on 9/23/24.
|
||||||
|
//
|
||||||
|
|
||||||
|
import Foundation
|
||||||
|
|
||||||
|
public typealias StringDictionary = [String: String]
|
Loading…
Reference in New Issue
Block a user