FloatChat+Injection.swift 244 B

12345678910111213
  1. //
  2. // FloatchatResolverRegister.swift
  3. // TUIRoomKit
  4. //
  5. // Created by CY zhao on 2024/5/16.
  6. //
  7. import Factory
  8. extension Container {
  9. var floatChatService: Factory<FloatChatStoreProvider> {
  10. self { FloatChatStore() }.shared
  11. }
  12. }