How do you declare an Objective-C static method that can be called without a class instance?
Put a + instead of the usual - in front of your method definition.
+
-