Flycut/FlycutHelper/AppDelegate.h

15 lines
180 B
C
Raw Normal View History

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