Skip to content

Instantly share code, notes, and snippets.

@alperenarc
Created May 11, 2021 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alperenarc/a7d020d4f6110c7e96ea060ae6a7c4d1 to your computer and use it in GitHub Desktop.
Save alperenarc/a7d020d4f6110c7e96ea060ae6a7c4d1 to your computer and use it in GitHub Desktop.
Optional
@objc protocol ThisProtocol {
@objc optional var name: String { get }
@objc optional func optionalFunc() -> String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment