14 lines
235 B
Swift
14 lines
235 B
Swift
//
|
|||
// RoomKey.swift
|
|||
// NotificationService
|
|||
//
|
|||
// Created by Djorkaeff Alexandre Vilela Pereira on 9/15/20.
|
|||
// Copyright © 2020 Rocket.Chat. All rights reserved.
|
|||
//
|
|||
|
|||
import Foundation
|
|||
|
|||
struct RoomKey: Decodable {
|
|||
let k: String
|
|||
}
|