11 lines
120 B
Mathematica
11 lines
120 B
Mathematica
|
|
||
|
#include "MRDPWindow.h"
|
||
|
|
||
|
@implementation MRDPWindow
|
||
|
|
||
|
@synthesize windowID;
|
||
|
@synthesize window;
|
||
|
@synthesize view;
|
||
|
|
||
|
@end
|