mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-11 22:30:50 +01:00
16 lines
232 B
Objective-C
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
|
|
|