Sign in
rust
/
rust-lang
/
llvm-project
/
33c49c0c82a5878f8f9d71e3f1710eddfdbebfeb
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objc
/
real-definition
/
Foo.h
blob: d58da600765a176f0b22b452201216785cb2897e [
file
] [
log
] [
blame
]
#import <Foundation/Foundation.h>
#import "Bar.h"
@interface
Foo
:
NSObject
{
Bar
*
_bar
;
}
-
(
NSString
*)
description
;
@end