We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13597a6 + 84397de commit a699a1fCopy full SHA for a699a1f
Sources/Action/Action+Internal.swift
@@ -2,8 +2,8 @@ import Foundation
2
import RxSwift
3
4
internal struct AssociatedKeys {
5
- static var Action = "rx_action"
6
- static var DisposeBag = "rx_disposeBag"
+ static var Action: StaticString = "rx_action"
+ static var DisposeBag: StaticString = "rx_disposeBag"
7
}
8
9
// Note: Actions performed in this extension are _not_ locked
0 commit comments