Files
atom/Classes/AtomicityAppDelegate.h
Chris Wanstrath d46e848818 Classes and xibs
2011-08-23 20:57:48 -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