2010-03-14 19:58:27 +00:00

7 lines
216 B
Plaintext

# -*- mode: snippet -*-
# key: ibo
# contributor: Translated from TextMate Snippet
# name: IBOutlet
# condition: (yas/objc-interface-p)
# --
IBOutlet ${1:NSSomeClass}*${2:${1:$(yas/objc-guess-member-name yas/text)}};