1 
2 @interface ExtInterface {
3   __strong ExtInterface *myivar;
4   __strong void *gcVar;
5 }
6 @end
7