natan / gspell

Spelling suggestions from Google in an OS X service

This URL has Read+Write access

gspell / NSStringAdditions.h
100644 16 lines (10 sloc) 0.205 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// NSStringAdditions.h
// gSpell
//
// Created by Nathan Spindel on 5/17/08.
//
 
#import <Cocoa/Cocoa.h>
 
 
@interface NSString (GoogleSpellingAdditions)
 
- (NSString*)googleSpellingSuggestion;
 
@end