Fix: Use correct framework import syntax in bridging header

This commit is contained in:
2026-07-02 19:37:49 +08:00
parent 882f74100e
commit 61d17ccbe2
2 changed files with 2 additions and 12 deletions
@@ -5,7 +5,5 @@
// Bridging header for Libbox.xcframework
//
// Import Libbox Objective-C headers directly for Swift access
#import "Libbox.objc.h"
#import "Universe.objc.h"
#import "ref.h"
// Import Libbox framework header
#import <Libbox/Libbox.h>