bolt/deps/llvm-18.1.8/lldb/test/API/lang/objc/real-definition/Foo.h
2025-02-14 19:21:04 +01:00

11 lines
131 B
Objective-C

#import <Foundation/Foundation.h>
#import "Bar.h"
@interface Foo : NSObject {
Bar *_bar;
}
- (NSString *)description;
@end