Cross Reference: GC.h
xref
: /
external
/
clang
/
test
/
ARCMT
/
GC.h
Home
History
Annotate
Annotate
Line#
Navigate
Download
only in
GC.h
1
2
@
interface
ExtInterface
{
3
__strong
ExtInterface
*
myivar
;
4
__strong
void
*
gcVar
;
5
}
6
@
end
7