11 lines
223 B
Objective-C
11 lines
223 B
Objective-C
//
|
|
// Library-Bridging-Header.h
|
|
// Library
|
|
//
|
|
// 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" |