TSSetingModel.swift 349 B

12345678910111213141516
  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 update = "Update"
  10. case rateus = "Rate us"
  11. case shareus = "Share us"
  12. case privacy = "Privacy Policy"
  13. case agreement = "Terms of Service"
  14. // case about = "About us"
  15. }