Skip to content

Commit

Permalink
visibility fix: made textPublisher public
Browse files Browse the repository at this point in the history
  • Loading branch information
ivkosh committed Dec 6, 2022
1 parent 7e28df2 commit 8dc9595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Harvester/UITextField+Publisher.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import Combine

extension UITextField {
public extension UITextField {

///
/// Continously publishes typed text from UITextField
Expand Down
2 changes: 1 addition & 1 deletion Sources/Harvester/UITextView+Publisher.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import Combine

extension UITextView {
public extension UITextView {

///
/// Continously publishes typed text from UITextView
Expand Down

0 comments on commit 8dc9595

Please sign in to comment.