#import @interface Clipboard : NSObject { } - (void) copy:(NSString*)text; - (NSString *) paste; @end