Fills the body of an overridden method when it is generated, for example, with the Code | Generate | Override Methods action.
该模板可编辑。 除了 Swift 表达式和注释外,您还可以使用预定义变量,这些变量随后将被扩展为相应值。
预定义变量将接受以下值:
${CALL_SUPER}   super 方法调用,用于 Void 方法:带或不带形参的 super.methodName(); 对于其他方法:带或不带形参的 return super.methodName()
${RETURN_TYPE}   创建的方法的返回值类型
${DEFAULT_RETURN_VALUE}   方法默认返回的值
${SIGNATURE}   方法的签名
Swift 文件头模板(Include 标签页)中的所有预定义变量也可用(例如 ${USER}${DATE} 等)。