Suppose I have Objective C interface SomeClass which has a class method called someMethod:
SomeClass
someMethod
@interface SomeClass : NSObject { }
You shouldn't implement this yourself.
The NSObject Protocol has a performSelector: method that does exactly this.