diff --git a/Shared/CGUCodeGenTool.m b/Shared/CGUCodeGenTool.m index b40eb32..2a9b2d2 100644 --- a/Shared/CGUCodeGenTool.m +++ b/Shared/CGUCodeGenTool.m @@ -136,7 +136,7 @@ - (void)writeOutputFiles; return [obj1 compare:obj2]; }]; - NSMutableString *interface = [NSMutableString stringWithFormat:@"//\n// This file is generated from %@ by %@.\n// Please do not edit.\n//\n\n#import \n\n\n", self.inputURL.lastPathComponent, self.toolName]; + NSMutableString *interface = [NSMutableString stringWithFormat:@"//\n// This file is generated from %@ by %@.\n// Please do not edit.\n//\n\n@import UIKit;\n\n\n", self.inputURL.lastPathComponent, self.toolName]; if (self.skipClassDeclaration) { [interface appendString:[self.interfaceContents componentsJoinedByString:@""]];