]>
Commit | Line | Data |
---|---|---|
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 UIImageView; | |
10 | ||
11 | @interface UIGroupTableViewCellBackground : UIView | |
12 | { | |
13 | int _sectionLocation; | |
14 | int _animationCount; | |
15 | int _externalAnimationCount; | |
16 | UIImageView *_fixedView; | |
17 | BOOL _disableSeparator; | |
18 | UIView *_separatorView; | |
19 | UIImageView *_upperLeftView; | |
20 | UIImageView *_upperRightView; | |
21 | UIImageView *_lowerLeftView; | |
22 | UIImageView *_lowerRightView; | |
23 | } | |
24 | ||
25 | - (id)initWithFrame:(struct CGRect)fp8; | |
26 | - (void)setFrame:(struct CGRect)fp8; | |
27 | - (void)dealloc; | |
28 | - (void)setSectionLocation:(int)fp8; | |
29 | - (void)setSectionLocation:(int)fp8 animated:(BOOL)fp12; | |
30 | - (int)sectionLocation; | |
31 | ||
32 | @end | |
33 |