Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonPark committed Nov 12, 2021
2 parents 819ab6a + 2f6d71e commit bbc1bfb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ playground.xcworkspace
**/Carthage/Build/

# Accio dependency management
Dependencies/
.accio/

# fastlane
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// UserCollectionComponent+UserInformation.swift
// RIBsReactorKit
//
// Created by Elon on 2021/11/13.
// Copyright © 2021 Elon. All rights reserved.
//

import RIBs

protocol UserCollectionDependencyUserInformation: Dependency {}

// MARK: - UserCollectionComponent + UserInformationDependency

extension UserCollectionComponent: UserInformationDependency {
var selectedUserModelStream: SelectedUserModelStream {
mutableSelectedUserModelStream
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// UserInformationComponent+UserLocationUserLocation.swift
// RIBsReactorKit
//
// Created by Elon on 2021/07/20.
// Copyright © 2021 Elon. All rights reserved.
//

import RIBs

protocol UserInformationDependencyUserLocation: Dependency {}

// MARK: - UserInformationComponent + UserLocationDependency

extension UserInformationComponent: UserLocationDependency {}

0 comments on commit bbc1bfb

Please sign in to comment.