Проверка шаблона шины для 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.

13 lines
364B

  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. }