Проверка шаблона шины для iOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

MeetupId.K.swift 364B

hace 1 año
hace 1 año
hace 1 año
hace 1 año
hace 1 año
hace 1 año
hace 1 año
123456789101112
  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. }
  11. }