mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-24 07:56:02 +08:00
15 lines
180 B
C
15 lines
180 B
C
|
//
|
||
|
// AppDelegate.h
|
||
|
// FlycutHelper
|
||
|
//
|
||
|
// Created by Gennadii Potapov on 21/1/20.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||
|
|
||
|
|
||
|
@end
|
||
|
|