OC调用Swift的String扩展方法
摘要:
public extension NSString { @objc func swiftMethod() -> Bool { let hello = "hello swift" return hello } } 参考自: https://stackoverflow.com/questions/270 阅读全文
posted @ 2020-12-29 10:23 非藉秋风 阅读(1012) 评论(0) 推荐(0) 编辑