This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
check-ios-bus
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
single
Михаил Капелько
10 months ago
parent
cb9e99afdd
commit
ba8e041a33
2 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
Modules/MeetupIdX/MeetupId.yml
+1
-2
Modules/MeetupIdX/src/MeetupId.Generated.swift
+ 0
- 2
Modules/MeetupIdX/MeetupId.yml
View File
@@ -17,5 +17,3 @@ service:
textUI: [recent, K.textUI]
world:
join: [ps]
textUI: [ps]
+ 1
- 2
Modules/MeetupIdX/src/MeetupId.Generated.swift
View File
@@ -60,8 +60,7 @@ extension MeetupId {
// MARK: - World
public struct World {
let join = PassthroughSubject<Void, Never>()
let textUI = PassthroughSubject<String, Never>()
public init(
Write
Preview
Loading…
Cancel
Save