Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created October 17, 2020 08:40
Show Gist options
  • Save IsaAliev/9851823041d25cb7b0661b315ee8a099 to your computer and use it in GitHub Desktop.
Save IsaAliev/9851823041d25cb7b0661b315ee8a099 to your computer and use it in GitHub Desktop.
protocol RxDataSourceProvider {
var collectionData: BehaviorSubject<[SectionData]> { get }
}
protocol RxDataSourceRepresentableView: CollectionItemsViewDependenciesContainable {
var dataProvider: RxDataSourceProvider! { get }
var disposeBag: DisposeBag { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment