/headers/PhotoLibrary/ImageTileView.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
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