mirror of
https://github.com/somegeekintn/SimDirs.git
synced 2026-04-27 14:57:40 +00:00
14 lines
227 B
Objective-C
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
|
|
|