Files
Armchair-UrbanApps/Example/AppDelegate.h
Matt Coneybeare bf92458155 Initial Commit
2014-09-15 15:30:06 -04:00

16 lines
232 B
Objective-C

//
// AppDelegate.h
// Mac Example
//
// Created by Matt Coneybeare on 9/15/14.
// Copyright (c) 2014 Armchair. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end