mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
11 lines
120 B
Objective-C
11 lines
120 B
Objective-C
|
|
#include "MRDPWindow.h"
|
|
|
|
@implementation MRDPWindow
|
|
|
|
@synthesize windowID;
|
|
@synthesize window;
|
|
@synthesize view;
|
|
|
|
@end
|