mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
13 lines
189 B
Objective-C
13 lines
189 B
Objective-C
//
|
|
// MRDPCursor.m
|
|
// MacFreeRDP
|
|
//
|
|
// Created by Laxmikant Rashinkar
|
|
// Copyright (c) 2012 FreeRDP.org All rights reserved.
|
|
//
|
|
|
|
#import "MRDPCursor.h"
|
|
|
|
@implementation MRDPCursor
|
|
@end
|