This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ext/mac-ui-macgap1-wrapper/MacGap/Clipboard.h

11 lines
136 B
Objective-C

#import <Foundation/Foundation.h>
@interface Clipboard : NSObject {
}
- (void) copy:(NSString*)text;
- (NSString *) paste;
@end