Files
2018-03-28 14:29:57 -04:00

16 lines
237 B
Objective-C

//
// AppDelegate.h
// macOSRTESample
//
// Created by Deadpikle on 3/28/18.
// Copyright © 2018 Pikle Productions. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end