1
This repository has been archived on 2022-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
localize-folder/Localize Folder/LFDocument.h
2013-07-05 16:08:25 +02:00

14 lines
216 B
Objective-C

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