]> git.saurik.com Git - iphone-api.git/blob - UIKit/Romakana.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / Romakana.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <Foundation/NSObject.h>
8
9 @interface Romakana : NSObject
10 {
11 BOOL _kanaMode;
12 }
13
14 + (id)hiraganaString:(id)fp8 withKanaMode:(BOOL)fp12;
15 + (id)hiraganaString:(id)fp8 mappingArray:(id)fp12 withKanaMode:(BOOL)fp16;
16 - (id)initWithKanaMode:(BOOL)fp8;
17 - (id)roma2hiragana:(id)fp8;
18 - (id)roma2katakana:(id)fp8;
19
20 @end
21