Refactoring for document based application

This commit is contained in:
michael starke
2013-05-09 14:02:30 +02:00
parent 35c92fbf0b
commit c7596d49fe
16 changed files with 100 additions and 223 deletions

View File

@@ -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