mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-22 15:56:42 +08:00
13 lines
251 B
Swift
13 lines
251 B
Swift
//
|
|
// IMClient.swift
|
|
// CIMApp (iOS)
|
|
//
|
|
// Created by FeiYu on 2021/10/10.
|
|
//
|
|
|
|
import Foundation
|
|
import CIMClient
|
|
|
|
let account = Account(id: 111111, name: "FeiYu", token: "qwqewewrettryry")
|
|
let imClient = CIMClient(url: "ws://192.168.2.100:34567")
|