Differences From Artifact [ca0bf4c99b]:
- File tests/plugin/TestPlugin.m — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 744) [annotate] [blame] [check-ins using]
To Artifact [282259c2a8]:
- File tests/plugin/TestPlugin.m — part of check-in [e53bf9f3fc] at 2012-02-27 22:59:07 on branch trunk — Add void to parameter list. (user: js, size: 748) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
22 23 24 25 26 27 28 | - (int)test: (int)num { return num * 2; } @end id | | | 22 23 24 25 26 27 28 29 30 31 32 | - (int)test: (int)num { return num * 2; } @end id init_plugin(void) { return [[[TestPlugin alloc] init] autorelease]; } |