]> git.saurik.com Git - iphone-api.git/blob - UIKit/UISliderContent.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UISliderContent.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 <Foundation/NSObject.h>
8
9 @class UIImage;
10
11 @interface UISliderContent : NSObject
12 {
13 UIImage *thumb;
14 UIImage *minTrack;
15 UIImage *maxTrack;
16 }
17
18 - (BOOL)isEmpty;
19 - (void)dealloc;
20 - (id)maxTrack;
21 - (void)setMaxTrack:(id)fp8;
22 - (id)minTrack;
23 - (void)setMinTrack:(id)fp8;
24 - (id)thumb;
25 - (void)setThumb:(id)fp8;
26
27 @end
28