FreeRDP/client/Mac/MRDPWindow.m

11 lines
120 B
Mathematica
Raw Normal View History

#include "MRDPWindow.h"
@implementation MRDPWindow
@synthesize windowID;
@synthesize window;
@synthesize view;
@end