Skip to content

Commit bbc1bfb

Browse files
committed
Merge branch 'hotfix/1.0.1'
2 parents 819ab6a + 2f6d71e commit bbc1bfb

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ playground.xcworkspace
6666
**/Carthage/Build/
6767

6868
# Accio dependency management
69-
Dependencies/
7069
.accio/
7170

7271
# fastlane
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// UserCollectionComponent+UserInformation.swift
3+
// RIBsReactorKit
4+
//
5+
// Created by Elon on 2021/11/13.
6+
// Copyright © 2021 Elon. All rights reserved.
7+
//
8+
9+
import RIBs
10+
11+
protocol UserCollectionDependencyUserInformation: Dependency {}
12+
13+
// MARK: - UserCollectionComponent + UserInformationDependency
14+
15+
extension UserCollectionComponent: UserInformationDependency {
16+
var selectedUserModelStream: SelectedUserModelStream {
17+
mutableSelectedUserModelStream
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//
2+
// UserInformationComponent+UserLocationUserLocation.swift
3+
// RIBsReactorKit
4+
//
5+
// Created by Elon on 2021/07/20.
6+
// Copyright © 2021 Elon. All rights reserved.
7+
//
8+
9+
import RIBs
10+
11+
protocol UserInformationDependencyUserLocation: Dependency {}
12+
13+
// MARK: - UserInformationComponent + UserLocationDependency
14+
15+
extension UserInformationComponent: UserLocationDependency {}

0 commit comments

Comments
 (0)