xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
protocol-redefinition
/
Kit.framework
/
Headers
/
Kit.h
(revision 7dcf23ed)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
import
<
Base
/
Base
.
h
>
2
3
// REDECLARATION
4
@
protocol
Foo
5
- (
void
)
someMethodOnFoo
;
6
@
end
7