Created
November 1, 2010 21:08
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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