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