]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKMessageMediaEntryView.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / ChatKit / CKMessageMediaEntryView.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 <ChatKit/CKMessageEntryView.h>
8
9 @class UIButton;
10
11 @interface CKMessageMediaEntryView : CKMessageEntryView
12 {
13 UIButton *_photoButton;
14 }
15
16 + (struct CGRect)sendButtonFrame:(struct CGRect)fp8;
17 + (struct CGRect)photoButtonFrame:(struct CGRect)fp8;
18 + (struct CGRect)entryFieldBalloonFrame:(struct CGRect)fp8;
19 - (void)dealloc;
20 - (id)initWithFrame:(struct CGRect)fp8;
21 - (id)photoButton;
22
23 @end
24