pathfinder/examples/macos_app/Pathfinder Example/AppDelegate.h

16 lines
262 B
Objective-C

//
// AppDelegate.h
// Pathfinder Example
//
// Created by Patrick Walton on 6/21/19.
// Copyright © 2019 The Pathfinder Project Developers. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end