TSSetingModel.swift 320 B

123456789101112131415
  1. //
  2. // TSSetingModel.swift
  3. // AIEmoji
  4. //
  5. // Created by 100Years on 2025/1/16.
  6. //
  7. enum SettingType: String, CaseIterable {
  8. case tutorial = "Tutorial"
  9. case rateus = "Rate us"
  10. case shareus = "Share us"
  11. case privacy = "Privacy Policy"
  12. case agreement = "Terms of Service"
  13. case about = "About us"
  14. }