mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-14 16:53:52 +00:00
5 lines
80 B
Swift
5 lines
80 B
Swift
|
|
import Foundation
|
||
|
|
|
||
|
|
class ChatConfig {
|
||
|
|
let defaults = UserDefaults.standard
|
||
|
|
}
|