mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
# -*- 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}; |