I'm not sure if this exists and I'm not finding it, or if it doesn't exist, but it seems like eero could use something that is the equivalent of pass in Python to denote an empty scope. Like:
implementation MyDelegate
someDelegateMethodThatWeMustImplementButWantToBeEmpty: id inCaller
// do nothing
Presently, this causes an "Ambiguous indentation" error.
I'm not sure if this exists and I'm not finding it, or if it doesn't exist, but it seems like eero could use something that is the equivalent of
passin Python to denote an empty scope. Like:Presently, this causes an "Ambiguous indentation" error.