Skip to content

Instantly share code, notes, and snippets.

@amichnia
Created February 16, 2019 14:36
Show Gist options
  • Save amichnia/3fc8d50d2743e91f3beb80205c230943 to your computer and use it in GitHub Desktop.
Save amichnia/3fc8d50d2743e91f3beb80205c230943 to your computer and use it in GitHub Desktop.
// ObjectiveCToSwift.swift
@objc(MyPrivateClassProtocol) // Under this name this will cross Swift->ObjC boundary
internal protocol MyPrivateClass {
init()
func doSomethingInternal(withSecretAttribute: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment