helloworld_prefix.pch
来自「Mac x os系统用xcode下编写iphone手机程序的经典hello入门代」· PCH 代码 · 共 9 行
PCH
9 行
//// Prefix header for all source files of the 'HelloWorldClassic' target in the 'HelloWorldClassic' project//#ifdef __OBJC__ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h>#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?