Skip to content

Commit

Permalink
feat: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akrudal committed Sep 30, 2024
1 parent ae192bf commit b1a21d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public class BBButton: UIButton {
self.id = id
}

/// 버튼의 이미지를 변경합니다.
public func setImage(_ image: UIImage?) {
mainImageView.image = image
}
Expand Down

0 comments on commit b1a21d0

Please sign in to comment.