LBXScan icon indicating copy to clipboard operation
LBXScan copied to clipboard

@import Foundation 这样导入能否判断下

Open ryanwangh opened this issue 7 years ago • 0 comments

如题

#if __has_feature(modules) @import Foundation; #else #import <Foundation/Foundation.h> #endif

ryanwangh avatar Jun 01 '18 06:06 ryanwangh