]> git.saurik.com Git - apple/ld64.git/blobdiff - ld64-134.9/unit-tests/test-cases/lazy-dylib-objc/foo.h
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / lazy-dylib-objc / foo.h
diff --git a/ld64-134.9/unit-tests/test-cases/lazy-dylib-objc/foo.h b/ld64-134.9/unit-tests/test-cases/lazy-dylib-objc/foo.h
new file mode 100644 (file)
index 0000000..eaa591f
--- /dev/null
@@ -0,0 +1,9 @@
+
+#include <Foundation/Foundation.h>
+
+
+@interface Foo : NSObject
+
+
+
+@end