• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 @interface I
3 
4 -(void)mm:(void (^)(I*))block;
5 -(void)mm2:(I*)i;
6 
7 @end
8