16 lines
274 B
Objective-C
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
|
|
|