diff --git a/iOS-SwiftUI-Code/Library/Library-Bridging-Header.h b/iOS-SwiftUI-Code/Library/Library-Bridging-Header.h index 1de4047..a48fcdd 100644 --- a/iOS-SwiftUI-Code/Library/Library-Bridging-Header.h +++ b/iOS-SwiftUI-Code/Library/Library-Bridging-Header.h @@ -5,4 +5,11 @@ // Bridging header for Libbox.xcframework // -#import \ No newline at end of file +// Import Libbox Objective-C headers for Swift access +// Note: The framework must be linked and framework search paths must be set correctly + +#if __has_include() +#import +#elif __has_include("Libbox.h") +#import "Libbox.h" +#endif \ No newline at end of file