Skip to content

Commit

Permalink
Makin protocol public
Browse files Browse the repository at this point in the history
  • Loading branch information
zSoNz authored Feb 18, 2022
1 parent 242de10 commit f286c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DateTextField/DateTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit
import Foundation

protocol DateTextFieldDelegate: AnyObject {
public protocol DateTextFieldDelegate: AnyObject {
func dateDidChange(dateTextField: DateTextField)
}

Expand Down

0 comments on commit f286c26

Please sign in to comment.