From 692abd44213b32d507849cec74ec847c994cc257 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 18 Jun 2026 19:06:14 +0200 Subject: Add UIKit Support --- Sources/NorgKeyboardToolbar/EditorSnippet.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sources/NorgKeyboardToolbar/EditorSnippet.swift') diff --git a/Sources/NorgKeyboardToolbar/EditorSnippet.swift b/Sources/NorgKeyboardToolbar/EditorSnippet.swift index 4773eac..fe0a469 100644 --- a/Sources/NorgKeyboardToolbar/EditorSnippet.swift +++ b/Sources/NorgKeyboardToolbar/EditorSnippet.swift @@ -1,7 +1,7 @@ import Foundation /// The available editor snippets to show in the toolbar. -enum EditorSnippet: String, CaseIterable, Identifiable, Sendable { +public enum EditorSnippet: String, CaseIterable, Identifiable, Sendable { case heading case task case weakReverse -- cgit