LNCommonSceneType.swift 185 B

123456789101112131415
  1. //
  2. // LNCommonSceneType.swift
  3. // Gami
  4. //
  5. // Created by OneeChan on 2026/3/24.
  6. //
  7. import Foundation
  8. enum LNCommonSceneType {
  9. case unknown
  10. case visitor
  11. case autoReply
  12. }