// // UIImageView+Extension.swift // Gami // // Created by OneeChan on 2026/2/12. // import Foundation extension UIImageView { func showAvatar(_ url: String?) { sd_setImage(with: URL(string: url ?? ""), placeholderImage: .icProfileLoginAvatar) } }