]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABSimpleTextInputLayerContext.h
Minor commit for Optimo.
[iphone-api.git] / AddressBookUI / ABSimpleTextInputLayerContext.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 "NSObject.h"
8
9 @class NSString;
10
11 @interface ABSimpleTextInputLayerContext : NSObject
12 {
13 NSString *_localizedNavigationTitle;
14 int _keyboardType;
15 int _textAutoCapsType;
16 id _delegate;
17 }
18
19 - (id)init;
20 - (void)dealloc;
21 - (void)setLocalizedNavigationTitle:(id)fp8;
22 - (void)setKeyboardType:(int)fp8;
23 - (void)setAutocapitalizationType:(int)fp8;
24 - (void)setDelegate:(id)fp8;
25
26 @end
27