mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Conform URLPreviewData to MXKURLPreviewDataProtocol.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import Foundation
|
||||
|
||||
@objcMembers
|
||||
class URLPreviewData: NSObject {
|
||||
class URLPreviewData: NSObject, MXKURLPreviewDataProtocol {
|
||||
/// The URL that's represented by the preview data. This may have been sanitized.
|
||||
/// Note: The original URL, can be found in the bubble components with `eventID` and `roomID`.
|
||||
let url: URL
|
||||
|
||||
Reference in New Issue
Block a user