mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-23 23:45:35 +08:00
14 lines
180 B
Objective-C
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
|
|
|