0
var completion: (()-> Void)?

class func showView(inside view: UIView,
                        with trophy: Trophy,
                        completion:(()-> Void)? = nil) -> TrophyDetailsView {
}

我在上面的几行中不断收到“返回空格违规”,我该如何解决?

4

0 回答 0