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/LFDocumentController.h
Kim Wittenburg f67f1b3c19 Version 1.1
2014-04-01 13:33:09 +02:00

14 lines
246 B
Objective-C

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