Skip to content

Instantly share code, notes, and snippets.

@michaelschade
Created November 1, 2010 21:08
Show Gist options
  • Save michaelschade/658871 to your computer and use it in GitHub Desktop.
Save michaelschade/658871 to your computer and use it in GitHub Desktop.
The Services.h for accentuateus-osx-service as described on http://mschade.me/
#import <Cocoa/Cocoa.h>
@interface Services : NSObject {
}
- (void)accentuate:(NSPasteboard *)pboard
userData:(NSString *)data
error:(NSString **)error;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment