]> git.saurik.com Git - iphone-api.git/blob - MobileSMS/NSObject-SMSTextEntryViewDelegate.h
5c7a9098ced39c2452663a8767099f4b24be37d9
[iphone-api.git] / MobileSMS / NSObject-SMSTextEntryViewDelegate.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 @interface NSObject (SMSTextEntryViewDelegate)
10 - (void)smsTextEntryViewSizeChanged:(id)fp8 height:(float)fp12 animate:(BOOL)fp16;
11 - (id)smsTextEntryViewMessageEntryView:(id)fp8;
12 - (void)smsTextEntryViewTextChanged:(id)fp8;
13 - (void)smsTextEntryViewWillBecomeFirstResponder:(id)fp8;
14 - (struct CGRect)smsTextEntryViewFinalFrame:(id)fp8;
15 @end
16