aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc/class-without-methods/Point.h
blob: a352259954eff05bce4bf7a4c47c6f882c78ced3 (plain)
1
2
3
4
#import <objc/NSObject.h>

@interface Point : NSObject
@end