标签: ios objective-c swift
swiftFile
@objc protocol loadFilesDelegate { func filesDownloaded(responce : Bool) } class ClassDetailVC: UIViewController
目标-C文件
@interface SecondVC () { }
我如何在secondVC(ObjC文件)中获得委托