Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created October 31, 2015 14:50
Show Gist options
  • Save NetguruGist/6e9d19e8adeafbc4d795 to your computer and use it in GitHub Desktop.
Save NetguruGist/6e9d19e8adeafbc4d795 to your computer and use it in GitHub Desktop.
hiddengems5 swift
protocol _ObjectiveCBridgeable {
typealias _ObjectiveCType
static func _isBridgedToObjectiveC() -> Bool
static func _getObjectiveCType() -> Any.Type
func _bridgeToObjectiveC() -> _ObjectiveCType
static func _forceBridgeFromObjectiveC(...)
static func _conditionallyBridgeFromObjectiveC(...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment