1

Version 1.1

This commit is contained in:
Kim Wittenburg
2014-04-01 13:33:09 +02:00
parent 5516fb1792
commit f67f1b3c19
19 changed files with 1599 additions and 4858 deletions

View File

@@ -8,6 +8,12 @@
#import <Cocoa/Cocoa.h>
@interface LFDocument : NSDocument
#import "LFFolder.h"
@interface LFDocument : NSDocument <NSOpenSavePanelDelegate>
@property (strong, nonatomic) LFFolder *folder;
- (IBAction)applyTo:(id)sender;
@end