14 lines
246 B
Objective-C
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
|