]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPAlternateTrackCell.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPAlternateTrackCell.h
CommitLineData
2cd8f71b
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 "UIPreferencesTableCell.h"
8
9@class UIImageView;
10
11@interface MPAlternateTrackCell : UIPreferencesTableCell
12{
13 UIImageView *_checkMarkView;
14 unsigned int _isChecked:1;
15}
16
17+ (void)destroyCache;
18- (void)dealloc;
19- (id)titleTextLabel;
20- (BOOL)isChecked;
21- (void)setChecked:(BOOL)fp8;
22- (struct CGColor *)outlineColor;
23- (id)_bezierPathForCellOutline:(int)fp8;
24- (id)_bezierPath;
25- (void)drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24;
26- (void)layoutSubviews;
27
28@end
29