Проверка шаблона шины для iOS
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- public extension MeetupId {
- enum K {
- static let finishLoading = "MeetupId.finishLoading"
- static let isJoinAvailable = "MeetupId.isJoinAvailable"
- static let isLoading = "MeetupId.isLoading"
- static let join = "MeetupId.join"
- static let M = "MeetupId"
- static let textApp = "MeetupId.textApp"
- static let textUI = "MeetupId.textUI"
-
- static let testTextApp = "MeetupId.testTextApp"
- static let testTextUI = "MeetupId.testTextUI"
- }
- }
|