00001
00002
00003
00004
00005
00006
00007 #import "UITiledView.h"
00008
00009 @interface ImageTileView : UITiledView
00010 {
00011 id _delegate;
00012 }
00013
00014 + (Class)tileClass;
00015 + (int)tileWidth;
00016 + (void)setTileSize:(struct CGSize)fp8;
00017 - (id)initWithSize:(struct CGSize)fp8;
00018 - (struct CGSize)imageSize;
00019 - (void)setDelegate:(id)fp8;
00020 - (id)_createTileWithFrame:(struct CGRect)fp8;
00021 - (struct CGRect)visibleRect;
00022 - (BOOL)tilesNeedDisplay;
00023
00024 @end
00025