mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
Recreated the project as an xcode 4 project. Key Bindings are working and reloading. Got rid of everything that wasn't being used right now.
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
//
|
|
// Prefix header for all source files of the 'Atom' target in the 'Atom' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#endif
|