mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Kind of starting from scratch.
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.
This commit is contained in:
12
Atom/Classes/AtomApp.h
Normal file
12
Atom/Classes/AtomApp.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@class AtomController;
|
||||
|
||||
@interface AtomApp : NSApplication <NSApplicationDelegate>
|
||||
|
||||
@property (nonatomic, retain) NSMutableArray *controllers;
|
||||
|
||||
- (AtomController *)createController;
|
||||
- (void)removeController:(AtomController *)controller;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user