Skip to content

Commit

Permalink
Makes NSTextField implement RxTextInput.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed May 15, 2016
1 parent 69b45ed commit 3aa3850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxCocoa/OSX/NSTextField+Rx.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class RxTextFieldDelegateProxy

}

extension NSTextField {
extension NSTextField : RxTextInput {

/**
Factory method that enables subclasses to implement their own `rx_delegate`.
Expand Down

0 comments on commit 3aa3850

Please sign in to comment.