Проверка шаблона шины для iOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

MeetupId.K.swift 467B

11 ay önce
11 ay önce
11 ay önce
11 ay önce
11 ay önce
11 ay önce
10 ay önce
11 ay önce
123456789101112131415
  1. public extension MeetupId {
  2. enum K {
  3. static let finishLoading = "MeetupId.finishLoading"
  4. static let isJoinAvailable = "MeetupId.isJoinAvailable"
  5. static let isLoading = "MeetupId.isLoading"
  6. static let join = "MeetupId.join"
  7. static let M = "MeetupId"
  8. static let textApp = "MeetupId.textApp"
  9. static let textUI = "MeetupId.textUI"
  10. static let testTextApp = "MeetupId.testTextApp"
  11. static let testTextUI = "MeetupId.testTextUI"
  12. }
  13. }