Sign in
ara-mdk
/
platform
/
external
/
clang
/
abc0bea57d4e659d5cde178a4bb426acc48f999e
/
.
/
test
/
Index
/
Inputs
/
complete-pch.h
blob: ddf5253c134d45b01fb9c1a09454937f4c03b4f5 [
file
] [
log
] [
blame
]
@interface
A
-
(
int
)
instanceMethod1
:(
int
)
x
;
+
(
int
)
classMethod1
:(
double
)
d
;
@end
@interface
B
-
(
int
)
instanceMethod2
:(
int
)
x
;
+
(
int
)
classMethod2
:(
float
)
f
;
@end