From 39478a90674f2b4238ba1cfaa49908deb0200e24 Mon Sep 17 00:00:00 2001 From: matt handler Date: Tue, 26 Apr 2011 18:05:17 -0400 Subject: aww yeah it works --- Classes/PhotoViewController.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Classes/PhotoViewController.h') diff --git a/Classes/PhotoViewController.h b/Classes/PhotoViewController.h index e1c71ae..471022d 100644 --- a/Classes/PhotoViewController.h +++ b/Classes/PhotoViewController.h @@ -11,14 +11,14 @@ #import "Topic.h" @interface PhotoViewController : TTThumbsViewController { - NSArray *photoList; - NSMutableData *_acidcowPage; + NSMutableData *_receivedData; Topic *topic; } -@property (nonatomic, retain) NSArray *photoList; -@property (retain) NSMutableData *_acidcowPage; +@property (retain) NSMutableData *_receivedData; @property (retain) Topic *topic; -(void)convertArray; +-(void)loadImages; + @end -- cgit v1.2.3