Skip to content

Commit

Permalink
fix: Access Control
Browse files Browse the repository at this point in the history
  • Loading branch information
DalioKim committed Aug 2, 2023
1 parent 9d674bf commit 70fa714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ReadyDrivenUI/BaseBannerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extension BaseBannerView {
}
}

extension BaseBannerView {
public extension BaseBannerView {
init(_ image: String) {
self.init(images: [image], displayMode: DisplayMode.poster(false))
}
Expand Down

0 comments on commit 70fa714

Please sign in to comment.