Flycut/FlycutHelper/AppDelegate.h

14 lines
180 B
Objective-C

//
// AppDelegate.h
// FlycutHelper
//
// Created by Gennadii Potapov on 21/1/20.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end