foo.mm 61 B

1234567
  1. #import "foo.h"
  2. @implementation Foo
  3. @synthesize age;
  4. @end