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

@@ -0,0 +1,13 @@
//
// LFDocumentController.h
// Localize Folder
//
// Created by Kim Wittenburg on 05.07.13.
// Copyright (c) 2013 Kim Wittenburg. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface LFDocumentController : NSDocumentController
@end