Search code examples
objective-cprotocolscappuccinoobjective-j

Does Objective-J support protocols like Objective-C?


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?


Solution

  • No, it doesn't.

    Source