Xcode supports text macros that can be invoked via the _Insert Text Macro_ menu at the end of the _Edit_ menu.  They can also be invoked using Code Sense, Xcode's code completion technology.

For example, Typing the key sequence `p i control-period` will insert `#import "file"` into your code, with `file` as an editable token just like with code completion.