public
Description: A lightweight snippet plugin for Xcode
Homepage: http://blog.skorpiostech.com/
Clone URL: git://github.com/rtmfd/sktcompletion.git
Search Repo:
sktcompletion / SKTCompletion_Prefix.pch
100644 8 lines (6 sloc) 0.158 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'SKTCompletion' target in the 'SKTCompletion' project.
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif