ObjCCategory

public @interface ObjCCategory

Mark a class with this to tell NatJ to handle the class as an Objective-C category.

The first argument of non-class category methods have to be the object we want to send the message to. Class methods have to be marked with the CategoryClassMethod annotation.