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 入住酒店文案祝福语简短