]> git.saurik.com Git - iphone-api.git/blame - MessageUI/SlicedImageView.h
Added UISystemFont*.
[iphone-api.git] / MessageUI / SlicedImageView.h
CommitLineData
434ac614
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 "UIView.h"
8
9@class UIImage;
10
11@interface SlicedImageView : UIView
12{
13 UIImage *_image;
14 UIImage *_imagePressed;
15 struct CGRect _imageSlice;
16 unsigned int _isPressed:1;
17}
18
19- (id)initWithFrame:(struct CGRect)fp8 image:(id)fp24 pressed:(id)fp28 slice:(struct CGRect)fp32;
20- (void)dealloc;
21- (void)drawRect:(struct CGRect)fp8;
22- (void)setPressed:(BOOL)fp8;
23
24@end
25