summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/modules-incomplete/myModule.h
blob: 8f28ce086e69218150fcefc5089ff0f3b1424277 (plain)
1
2
3
4
5
6
@import Foundation;

@interface MyClass : NSObject {
};
-(void)publicMethod;
@end
OpenPOWER on IntegriCloud