SwiftLint返回空白违规

时间:2018-03-17 15:53:48

标签: swift swiftlint

var completion: (()-> Void)?

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

我继续在上面的行中“返回空白违规”, 我该如何解决?

0 个答案:

没有答案