Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #29 replace deprecated with unavailable for doneHandler
Browse files Browse the repository at this point in the history
UriyDevyataev committed Aug 30, 2023
1 parent 4ee5b22 commit 32c4d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Views/Controller.swift
Original file line number Diff line number Diff line change
@@ -218,7 +218,7 @@ open class FastisController<Value: FastisValue>: UIViewController, JTACMonthView
/**
The block to execute after "Done" button will be tapped
*/
@available(*, deprecated, message: "use dismissHandler: ((DismissAction) -> Void)?")
@available(*, unavailable, message: "use dismissHandler: ((DismissAction) -> Void)?")
public var doneHandler: ((Value?) -> Void)?

/**

0 comments on commit 32c4d00

Please sign in to comment.