Проверка шаблона шины для iOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MeetupId.K.swift 467B

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
10 months ago
11 months ago
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. }