]>
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 UIImage; | |
10 | ||
11 | @interface UI9PartImageView : UIView | |
12 | { | |
13 | UIView *_topLeft; | |
14 | UIView *_topMiddle; | |
15 | UIView *_topRight; | |
16 | UIView *_middleLeft; | |
17 | UIView *_middleMiddle; | |
18 | UIView *_middleRight; | |
19 | UIView *_bottomLeft; | |
20 | UIView *_bottomMiddle; | |
21 | UIView *_bottomRight; | |
22 | CDAnonymousStruct12 _slices; | |
23 | UIImage *_image; | |
24 | unsigned int _dontReflow:1; | |
25 | } | |
26 | ||
27 | - (id)initWithFrame:(struct CGRect)fp8 image:(id)fp24 slices:(CDAnonymousStruct12)fp28; | |
28 | - (void)dealloc; | |
29 | - (void)rebuildTiles; | |
30 | - (void)reflowTiles; | |
31 | - (void)setFrame:(struct CGRect)fp8; | |
32 | ||
33 | @end | |
34 |