mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 15:12:21 +00:00
Refactoring for document based application
This commit is contained in:
@@ -22,7 +22,6 @@ typedef enum {
|
||||
|
||||
@property (retain) IBOutlet NSWindow *passwordCreatorWindow;
|
||||
|
||||
- (IBAction)showMainWindow:(id)sender;
|
||||
- (IBAction)showPasswordCreator:(id)sender;
|
||||
|
||||
- (NSString *)applicationName;
|
||||
@@ -33,7 +32,4 @@ typedef enum {
|
||||
*/
|
||||
- (NSArray *)contextMenuItemsWithItems:(MPContextMenuItemsFlags)flags;
|
||||
|
||||
- (void)openDocument:(id)sender;
|
||||
- (void)newDocument:(id)sender;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user