2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface SlicedImageView
: UIView
14 UIImage
*_imagePressed
;
15 struct CGRect _imageSlice
;
16 unsigned int _isPressed
:1;
19 - (id
)initWithFrame
:(struct CGRect
)fp8 image
:(id
)fp24 pressed
:(id
)fp28 slice
:(struct CGRect
)fp32
;
21 - (void)drawRect
:(struct CGRect
)fp8
;
22 - (void)setPressed
:(BOOL
)fp8
;