]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/ImageTileView.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / ImageTileView.h
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/UITiledView.h>
8
9 @interface ImageTileView : UITiledView
10 {
11 id _delegate;
12 }
13
14 + (Class)tileClass;
15 + (int)tileWidth;
16 + (void)setTileSize:(struct CGSize)fp8;
17 - (id)initWithSize:(struct CGSize)fp8;
18 - (struct CGSize)imageSize;
19 - (void)setDelegate:(id)fp8;
20 - (id)_createTileWithFrame:(struct CGRect)fp8;
21 - (struct CGRect)visibleRect;
22 - (BOOL)tilesNeedDisplay;
23
24 @end
25