mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-23 02:42:49 +02:00
10 lines
136 B
Objective-C
10 lines
136 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface Clipboard : NSObject {
|
|
|
|
}
|
|
|
|
- (void) copy:(NSString*)text;
|
|
- (NSString *) paste;
|
|
|
|
@end
|