Skip to content

Instantly share code, notes, and snippets.

@cozzin
Created July 13, 2018 02:45
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 cozzin/d11e5036679b87e9f42c098236d87e25 to your computer and use it in GitHub Desktop.
Save cozzin/d11e5036679b87e9f42c098236d87e25 to your computer and use it in GitHub Desktop.
@objc protocol AAA {
}
extension AAA {
var aa: Int {
return 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment