CoreExtension.swift 772 B

12345678910111213141516171819202122232425
  1. //
  2. // CoreExtension.swift
  3. // TUIRoomKit
  4. //
  5. // Created by WesleyLei on 2022/9/23.
  6. // Copyright © 2022 Tencent. All rights reserved.
  7. //
  8. import Foundation
  9. import TUICore
  10. let gRoomEngineKey = NSObject.getRoomEngineKey()
  11. // {roomId:roomId}
  12. let gRoomInfoKey = NSObject.getRoomInfoKey()
  13. // {roomId:roomId}
  14. let gLocalUserInfoKey = NSObject.getLocalUserInfoKey()
  15. // {roomId:roomId}
  16. let gTopViewKey = NSObject.getTopViewKey()
  17. // {roomId:roomId}
  18. let gBottomViewKey = NSObject.getBottomViewKey()
  19. // {roomId:roomId}
  20. let gUserListControllerKey = NSObject.getUserListControllerKey()
  21. // {roomEngine:roomEngineObj,currentUserInfo:currentUserInfoObj}
  22. let gExtensionControllerKey = NSObject.getExtensionControllerKey()
  23. // {roomEngine:roomEngineObj,currentUserInfo:currentUserInfoObj}