Anyone know how I can declare a static method for an xcode class and then use it in my project?
I want to create a Common.h class and then do something like this in one of .m file
Common.MyStaticMethod();
I dont want to have to instantiate and instance of Common