xref: /llvm-project/lldb/test/API/lang/objc/ivar-IMP/myclass.h (revision d1a1798e51a30fbf537e9fd8931a49b504f37a25)
1 #import <objc/NSObject.h>
2 
3 @interface MyClass : NSObject
4 {}
5 - (id)init;
6 @end
7