summaryrefslogtreecommitdiffstats
path: root/Classes/PhotoViewController.h
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-26 18:05:17 -0400
committermatt handler <matt.handler@gmail.com>2011-04-26 18:05:17 -0400
commit39478a90674f2b4238ba1cfaa49908deb0200e24 (patch)
treeb906aa9132fc883a5f62cf177ddcea97843b2003 /Classes/PhotoViewController.h
parent1ee16b02d54bd8c71ae365bdb56d7389702839ea (diff)
downloadpiccast-app-39478a90674f2b4238ba1cfaa49908deb0200e24.tar.gz
piccast-app-39478a90674f2b4238ba1cfaa49908deb0200e24.zip
aww yeah it works
Diffstat (limited to 'Classes/PhotoViewController.h')
-rw-r--r--Classes/PhotoViewController.h8
1 files changed, 4 insertions, 4 deletions
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 <NSURLProtocolClient> {
- 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