Bridging-Header 1.0.0

Bridging-Header 1.0.0

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最后发布2017年4月

reiya matsuki 维护。



  • 作者
  • reiya

Podfile

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'TargetName' do
 pod "Bridging-Header"
end

使用方法

   override func viewDidLoad() {
        super.viewDidLoad()
        // Do any additional setup after loading the view, typically from a nib.
        BHOCallSwift.callSwift()
    }

完整

Bridging-Header

许可证

Bridging-Header许可证使用的是MIT协议。详情请查看LICENSE。