Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
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