]> git.saurik.com Git - iphone-api.git/blob - ChatKit/MailMultiSelectControl.h
63beb281263d992ad4c0fec21d840a1b76508086
[iphone-api.git] / ChatKit / MailMultiSelectControl.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 "UIRemoveControl.h"
8
9 @interface MailMultiSelectControl : UIRemoveControl
10 {
11 unsigned int _inEditMode:1;
12 }
13
14 - (id)initWithTarget:(id)fp8 inEditMode:(BOOL)fp12;
15 - (void)_setInterceptMouseEvent:(BOOL)fp8;
16 - (void)setChecked:(BOOL)fp8 selected:(BOOL)fp12;
17
18 @end
19