I am trying to create a protocol for JSON loading delegation, JSONLoaderDelegate. My other class, called JSONLoader, is supposed to dispatch events
JSONLoaderDelegate
JSONLoader
JSONLoaderError.LoadError
Is this an enum type? You cannot convert Swift enums to Obj-C code. You'll need to use an int instead.