git.fiddlerwoaroof.com
Today Scripts/AppDelegate.h
7ae1d4ed
 //
 //  AppDelegate.h
 //  Today Scripts
 //
 //  Created by Sam Rothenberg on 10/22/14.
 //  Copyright (c) 2014 Sam Rothenberg. All rights reserved.
 //
 
 #import <Cocoa/Cocoa.h>
 
 @interface AppDelegate : NSObject <NSApplicationDelegate>
 
 
 @end