Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
element-hq/element-ios/issues/5009 - Added video, url and fileUrl con…
Browse files Browse the repository at this point in the history
…stants to MXKUTI.swift.
  • Loading branch information
stefanceriu committed Oct 18, 2021
1 parent 78925fe commit 961a0a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MatrixKit/Utils/MXKUTI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,13 @@ extension MXKUTI {
public static let data = MXKUTI(cfRawValue: kUTTypeData)!
public static let text = MXKUTI(cfRawValue: kUTTypeText)!
public static let audio = MXKUTI(cfRawValue: kUTTypeAudio)!
public static let video = MXKUTI(cfRawValue: kUTTypeVideo)!
public static let movie = MXKUTI(cfRawValue: kUTTypeMovie)!
public static let image = MXKUTI(cfRawValue: kUTTypeImage)!
public static let png = MXKUTI(cfRawValue: kUTTypePNG)!
public static let jpeg = MXKUTI(cfRawValue: kUTTypeJPEG)!
public static let url = MXKUTI(cfRawValue: kUTTypeURL)!
public static let fileUrl = MXKUTI(cfRawValue: kUTTypeFileURL)!
}

// MARK: - Convenients static methods
Expand Down

0 comments on commit 961a0a7

Please sign in to comment.