1

I can't seem to find any documentation on the Objective-J language itself. Does it support @protocol like Objective-C?

Is there a language spec somewhere I'm missing?

jbrennan
  • 11,943
  • 14
  • 73
  • 115

2 Answers2

4

No, it doesn't.

Source

jbrennan
  • 11,943
  • 14
  • 73
  • 115
0

yes, with this patch: Protocol support for Objective-J

Huy Doan
  • 131
  • 1
  • 4