Skip to content

Commit

Permalink
doc: small change to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Velichko committed Sep 23, 2024
1 parent 6606584 commit 4b5ced4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ public class BannerView: UIView,

// MARK: - Public Methods

/// Prints some non sense,
/// Need to test docs.
@objc public func foo() {
print("Hello Docs!")
}

/// Initializes a new `BannerView`.
/// - Parameters:
/// - frame: The frame rectangle for the view.
Expand Down

0 comments on commit 4b5ced4

Please sign in to comment.