# -*- mode: snippet -*- # key: M # contributor: Translated from TextMate Snippet # name: Interface: Class Method ## condition: "source.objc meta.scope.interface, source.objc++ meta.scope.interface" # -- + (${1:id})${0:method};