Sign in
ara-mdk
/
platform
/
external
/
clang
/
c7f811638f8603fa373d2be724e8b1c8ba51ad75
/
.
/
test
/
Modules
/
Inputs
/
MethodPoolASub.h
blob: 46fe0e11f23119b3ca45250c8aeb25a82d3df58e [
file
] [
log
] [
blame
]
@interface
A
(
Sub
)
-
(
char
)
method3
;
-
(
char
*)
method4
;
-
(
void
)
method5
:(
C
*)
obj
;
@end