mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-15 17:06:09 +00:00
update
This commit is contained in:
17
OnlineChatSdk/Classes/Command.swift
Normal file
17
OnlineChatSdk/Classes/Command.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Command.swift
|
||||
// OnlineChatSdk
|
||||
//
|
||||
// Created by Andrew Blinov on 26/03/2019.
|
||||
// Copyright © 2019 Andrew Blinov. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public struct Command {
|
||||
let command: String
|
||||
|
||||
init(_ command: String) {
|
||||
self.command = command
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user