blob: 82707950af35aa4858aa7e1ef0f8e8387ee7db0f [file] [log] [blame]
{{#if command.hasSpecificResponse}}
{{#*inline "clusterName"}}
{{~#if compatRemapNames~}}
{{compatClusterNameRemapping command.parent.name}}
{{~else~}}
{{asUpperCamelCase command.parent.name preserveAcronyms=true}}
{{~/if~}}
{{/inline}}
{{#*inline "responseName"}}
{{~#if compatRemapNames~}}
{{compatCommandNameRemapping command.parent.name command.responseName}}
{{~else~}}
{{asUpperCamelCase command.responseName preserveAcronyms=true}}
{{~/if~}}
{{/inline}}
void (^)(MTR{{> clusterName}}Cluster{{> responseName}}Params * _Nullable data, NSError * _Nullable error)
{{else}}
MTRStatusCompletion
{{/if}}