14 lines
205 B
C
14 lines
205 B
C
|
//
|
||
|
// MRDPRailWindow.h
|
||
|
// Mac
|
||
|
//
|
||
|
// Created by Laxmikant Rashinkar
|
||
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface MRDPRailWindow : NSWindow
|
||
|
|
||
|
@end
|