S2.m 87 Bytes Raw Blame History Permalink 1 2 3 4 5 6 @interface MyClass { int j; }; +(MyClass*)fromInteger:(int)_j; -(int)getInteger; @end