2010-03-14 15:30:22 +00:00

8 lines
223 B
Plaintext

# -*- mode: snippet -*-
# key: bez
# contributor: Translated from TextMate Snippet
# name: NSBezierPath
## condition: "source.objc, source.objc++"
# --
NSBezierPath${TM_C_POINTER: *}${1:path} = [NSBezierPath bezierPath];
$0