Проверка шаблона шины для iOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MeetupId.K.swift 467B

11 달 전
11 달 전
11 달 전
11 달 전
11 달 전
11 달 전
10 달 전
11 달 전
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. }