Files
atom/AtomicityAppDelegate.h
2011-08-22 23:35:24 -07:00

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