Skip to content

Commit 5377897

Browse files
Make StoreType observable
1 parent 724e44d commit 5377897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Protocols/StoreType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import RxSwift
33

4-
public protocol StoreType: class {
4+
public protocol StoreType: class, ObservableConvertibleType {
55
associatedtype AssociatedState: StoreState
66

77
var processor: BehaviorSubject<AssociatedState> { get set }

0 commit comments

Comments
 (0)