Makes `NSTextField` implement `RxTextInput`.

This commit is contained in:
Krunoslav Zaher 2016-05-15 17:29:28 +02:00
parent 69b45ed364
commit 3aa3850a74
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class RxTextFieldDelegateProxy
}
extension NSTextField {
extension NSTextField : RxTextInput {
/**
Factory method that enables subclasses to implement their own `rx_delegate`.