gh-somegeekintn-SimDirs/SimDirs/AppDelegate.h
2014-09-10 11:08:47 -05:00

14 lines
227 B
Objective-C

//
// AppDelegate.h
// SimDirs
//
// Created by Casey Fleser on 9/10/14.
// Copyright (c) 2014 Quiet Spark. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end