]> git.saurik.com Git - iphone-api.git/blame - MobileSMS/SMSRecipientSelectionView.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / MobileSMS / SMSRecipientSelectionView.h
CommitLineData
73c9549b
JF
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 "UIView.h"
8
9@class ComposeRecipientView, NSMutableArray, SearchShadowView, UIScroller, UITable;
10
11@interface SMSRecipientSelectionView : UIView
12{
13 ComposeRecipientView *_toField;
14 UIScroller *_toFieldScrollingView;
15 NSMutableArray *_searchResults;
16 UITable *_searchResultsTable;
17 SearchShadowView *_shadowView;
18 BOOL _showingSearchField;
19 id _delegate;
20}
21
22- (id)firstRecipient;
23- (id)recipients;
24- (float)_maxHeight;
25- (float)_properHeight;
26- (void)setFrame:(struct CGRect)fp8;
27- (void)_resetHeight;
28- (void)dealloc;
29- (id)initWithFrame:(struct CGRect)fp8;
30- (void)reset;
31- (id)toField;
32- (void)setDelegate:(id)fp8;
33- (void)_hideSearchField;
34- (void)_showSearchField;
35- (int)numberOfRowsInTable:(id)fp8;
36- (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20;
37- (void)tableSelectionDidChange:(id)fp8;
38- (void)appendSearchResults:(id)fp8 identifiers:(id)fp12 recipientClass:(Class)fp16;
39- (void)searchWithText:(id)fp8;
40- (void)composeRecipientView:(id)fp8 textDidChange:(id)fp12;
41- (void)composeRecipientView:(id)fp8 requestDeleteRecipientAtIndex:(int)fp12;
42- (void)composeRecipientViewDidFinishEnteringRecipient:(id)fp8;
43- (void)composeRecipientView:(id)fp8 peoplePicker:(id)fp12 selectedRecord:(void *)fp16 withIdentifier:(int)fp20;
44- (id)composeRecipientView:(id)fp8 composeRecipientForAddress:(id)fp12;
45- (id)composeRecipientView:(id)fp8 composeRecipientForRecord:(void *)fp12 identifier:(int)fp16;
46- (void)animationDidStop:(id)fp8;
47- (void)composeRecipientView:(id)fp8 didChangeSize:(struct CGSize)fp12;
48- (void)composeRecipientViewRequestAddRecipient:(id)fp8;
49- (void)composeRecipientViewDidFinishPickingRecipient:(id)fp8;
50
51@end
52