electron/brightray/browser/mac/notification_delegate.h

15 lines
397 B
C
Raw Normal View History

2015-12-24 21:55:18 +08:00
// Copyright (c) 2015 GitHub, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#ifndef BROWSER_MAC_NOTIFICATION_DELEGATE_H_
#define BROWSER_MAC_NOTIFICATION_DELEGATE_H_
#import <Foundation/Foundation.h>
@interface NotificationDelegate : NSObject<NSUserNotificationCenterDelegate> {
}
@end
#endif // BROWSER_MAC_NOTIFICATION_DELEGATE_H_