mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-25 22:00:14 +00:00
11 lines
136 B
C
11 lines
136 B
C
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface Clipboard : NSObject {
|
||
|
|
||
|
}
|
||
|
|
||
|
- (void) copy:(NSString*)text;
|
||
|
- (NSString *) paste;
|
||
|
|
||
|
@end
|