笔记:iOS 与 JavaScript 的交互(二):JavaScriptCore:9. 暴露 JSExport 的协议定义
@objc protocol PersonJavaScritMethod : JSExport { static func sayHello() -> String }