]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPPlayingIndicatorTableCell.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / MediaPlayer / MPPlayingIndicatorTableCell.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 "UITableCell.h"
8
9 @interface MPPlayingIndicatorTableCell : UITableCell
10 {
11 unsigned int _isCurrent:1;
12 }
13
14 - (void)drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
15 - (void)setCurrent:(BOOL)fp8;
16 - (struct CGPoint)indicatorPoint;
17 - (struct CGColor *)indicatorColor;
18 - (struct CGColor *)selectedIndicatorColor;
19
20 @end
21