blob: 735c7bd08f264ac307717a4a8775b04f05dd0fd1 [file] [log] [blame]
Argyrios Kyrtzidis8cceefa2012-02-24 01:12:38 +00001
2@interface I
3
4-(void)mm:(void (^)(I*))block;
5-(void)mm2:(I*)i;
6
7@end