Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
98efb9f6df133f5508d260c4510c6c3bd70f34ad
/
.
/
test
/
PCH
/
objc_methods.h
blob: 4c6b1e1ccec00ae3d3389fb018374c16c0be3993 [
file
] [
log
] [
blame
]
/* For use with the methods.m test */
@interface
TestPCH
+
alloc
;
-
(
void
)
instMethod
;
@end
@class
TestForwardClassDecl
;
// FIXME: @compatibility_alias AliasForTestPCH TestPCH;