mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-22 23:26:37 +00:00
Share extension: Support plain text
This commit is contained in:
parent
b0ac1b4f57
commit
a49175fe69
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import Foundation
|
|||
enum StatusEditorUTTypeSupported: String, CaseIterable {
|
||||
case url = "public.url"
|
||||
case text = "public.text"
|
||||
case plaintext = "public.plain-text"
|
||||
case image = "public.image"
|
||||
case jpeg = "public.jpeg"
|
||||
case png = "public.png"
|
||||
|
|
Loading…
Reference in a new issue