I feel following is the more used standard code format for methods - ``` Objective-C + (void)someMessage:(NSString *)subdomain { } ``` Is it possible to select different coding style ?