增加换肤功能
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// FloatchatResolverRegister.swift
|
||||
// TUIRoomKit
|
||||
//
|
||||
// Created by CY zhao on 2024/5/16.
|
||||
//
|
||||
import Factory
|
||||
|
||||
extension Container {
|
||||
var floatChatService: Factory<FloatChatStoreProvider> {
|
||||
self { FloatChatStore() }.shared
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user