Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/layouttests-ub
/
.
/
tests
/
headers
/
objc_class.h
blob: cea72e78aa9d5d51c390312f2e0201c2d076f96e [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --objc-extern-crate -- -x objective-c
// bindgen-osx-only
@class
Foo
;
Foo
*
fooVar
;
@interface
Foo
-(
void
)
method
;
@end