mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
12 lines
121 B
Objective-C
12 lines
121 B
Objective-C
|
|
#include "MRDPWindow.h"
|
|
|
|
@implementation MRDPWindow
|
|
|
|
@synthesize windowID;
|
|
@synthesize window;
|
|
@synthesize view;
|
|
|
|
@end
|
|
|