2015-11-05 37 views

回答

1

導出模塊的框架將在Modules目錄中包含module.modulemap文件。默認情況下,該文件將如下所示:

framework module FrameworkWithModule { 
    umbrella header "FrameworkWithModule.h" 

    export * 
    module * { export * } 
} 
相關問題