Skip to content

Commit

Permalink
fix optional delegate methods?
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise-stripe committed Dec 20, 2024
1 parent 39326a4 commit 11bc356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public protocol AccountOnboardingViewControllerDelegate: AnyObject {
}

@available(iOS 15, *)
@_documentation(visibility: public)
public extension AccountOnboardingViewControllerDelegate {
// Add default implementation of delegate methods to make them optional

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public protocol PayoutsViewControllerDelegate: AnyObject {
}

@available(iOS 15, *)
@_documentation(visibility: public)
public extension PayoutsViewControllerDelegate {
// Default implementation to make optional
@_documentation(visibility: public)
Expand Down

0 comments on commit 11bc356

Please sign in to comment.