Skip to content

reiya/Bridging-Header

Repository files navigation

Bridging-Header

Installation with CocoaPods

$ gem install cocoapods

Podfile

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

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

Usage

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

Complete

Bridging-Header

License

Bridging-Header is released under the MIT license. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
POD_LICENSE

Code of conduct

Stars

Watchers

Forks

Packages

No packages published