espanso/other/EspansoNotifyHelper/EspansoNotifyHelper/AppDelegate.h
2019-09-06 16:06:41 +02:00

16 lines
274 B
Objective-C

//
// AppDelegate.h
// NotificationHelper
//
// Created by Federico on 06/09/2019.
// Copyright © 2019 Federico Terzi. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate, NSUserNotificationCenterDelegate>
@end