]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIGroupTableViewCellDrawnBackground.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIGroupTableViewCellDrawnBackground.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 <UIKit/UIView.h>
8
9@class UIBezierPath;
10
11@interface UIGroupTableViewCellDrawnBackground : UIView
12{
13 int _sectionLocation;
14 int _selectionStyle;
15 UIBezierPath *_fillPath;
16 UIBezierPath *_strokePath;
17}
18
19- (id)initWithFrame:(struct CGRect)fp8;
20- (void)dealloc;
21- (void)_invalidatePaths;
22- (void)setFrame:(struct CGRect)fp8;
23- (void)setSelectionStyle:(int)fp8;
24- (void)setSectionLocation:(int)fp8;
25- (void)setSectionLocation:(int)fp8 animated:(BOOL)fp12;
26- (void)_createBezierPathWithCornerRadius:(float)fp8 bottomRadius:(float)fp12 animating:(BOOL)fp16;
27- (void)drawRect:(struct CGRect)fp8;
28- (void)layoutSubviews;
29- (int)sectionLocation;
30- (int)selectionStyle;
31
32@end
33