mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
15 lines
244 B
Objective-C
15 lines
244 B
Objective-C
//
|
|
// AtomicityAppDelegate.h
|
|
// Atomicity
|
|
//
|
|
// Created by Chris Wanstrath on 8/18/11.
|
|
// Copyright 2011 GitHub. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AtomicityAppDelegate : NSObject <NSApplicationDelegate> {
|
|
}
|
|
|
|
@end
|