]>
Commit | Line | Data |
---|---|---|
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 "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 |