Title / Description
Code #import "MyObject.h" @implementation MyObject - (NSString *) testMethod: (NSNumber *) theNumber withInt: (NSInteger) theInteger { if( [theNumber integerValue] == theInteger) { return @"same"; } else { return @"not the same"; } } @end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code