1

Initial Commit

This commit is contained in:
Codello
2013-07-05 16:08:25 +02:00
commit 5516fb1792
10 changed files with 5315 additions and 0 deletions

View File

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