Swift指定桥接头文件到swiftc
示例
该-import-objc-header标志指定swiftc要导入的标头:
//defs.h
struct Color {
int red, green, blue;
};
#define MAX_VALUE 255//演示迅捷
extension Color: CustomStringConvertible { //C结构的扩展
public var description: String {
return "Color(red: \(red), green: \(green), blue: \(blue))"
}
}
print("MAX_VALUE is: \(MAX_VALUE)") //C宏成为常量
let color = Color(red: 0xCA, green: 0xCA, blue: 0xD0) //C结构初始化器
print("The color is \(color)")$ swiftcdemo.swift-import-objc-header defs.h && ./demo MAX_VALUE is: 255 The color is Color(red: 202, green: 202, blue: 208)
热门推荐
10 小红书平安祝福语简短
11 生日祝福语大全女孩简短
12 收生日红包祝福语 简短
13 领证幽默祝福语简短
14 法考面试祝福语简短
15 老哥出门祝福语简短语
16 送灯祝福语简短独特
17 幼儿狗年祝福语大全简短
18 好听的元旦简短祝福语