but there is a corresponding umbrella header in a framework, build the module on-the-fly so it can be immediately loaded at the import statement. This is very much proof-of-concept code, with details to be fleshed out over time. llvm-svn: 139558
7 lines
85 B
Objective-C
7 lines
85 B
Objective-C
const char *getModuleVersion(void);
|
|
|
|
@interface Module
|
|
+(const char *)version;
|
|
@end
|
|
|