#define 参数名(参数) 后面是你想写在宏里的代码 要变的值使用前面的 参数
例如 : 我定义一个字体 传入字体的大小
#define Font(size) [UIFont systemFontOfSize:size]