Makes `NSTextField` implement `RxTextInput`.
This commit is contained in:
parent
69b45ed364
commit
3aa3850a74
|
|
@ -76,7 +76,7 @@ public class RxTextFieldDelegateProxy
|
|||
|
||||
}
|
||||
|
||||
extension NSTextField {
|
||||
extension NSTextField : RxTextInput {
|
||||
|
||||
/**
|
||||
Factory method that enables subclasses to implement their own `rx_delegate`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue