# -*- mode: snippet -*- # key: getprefs # contributor: Translated from TextMate Snippet # name: Read Defaults Value ## condition: "source.objc, source.objc++" # -- [[NSUserDefaults standardUserDefaults] objectForKey:${1:key}];