SublimeXobjc generates code for Objective-C properties by using xobjc script
select sql and click menu Tools -> Objective-C -> Generate code for properties
add the following line to keymap settings
{ "keys": ["super+k", "super+c"], "command": "xobjc" },
see README of xobjc
xobjc script and this code are both on MIT LICENSE