4
0
mirror of https://github.com/QuasarApp/macdependency.git synced 2025-05-06 16:49:33 +00:00

17 lines
228 B
Objective-C

//
// MyDocumentWindow.h
// MacDependency
//
// Created by Konrad Windszus on 04.09.09.
// Copyright 2009 Konrad Windszus. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MyDocumentWindow : NSWindow {
}
@end