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