ample/Ample/AppDelegate.h

17 lines
317 B
C
Raw Normal View History

2020-08-16 16:53:17 +00:00
//
// AppDelegate.h
2020-08-30 03:24:49 +00:00
// Ample
2020-08-16 16:53:17 +00:00
//
// Created by Kelvin Sherlock on 8/16/2020.
// Copyright © 2020 Kelvin Sherlock. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
2020-08-16 16:53:17 +00:00
2020-08-29 18:40:34 +00:00
- (IBAction)displayPreferences:(id)sender;
- (IBAction)manageBookmarks: (id)sender;
2020-08-16 16:53:17 +00:00
@end