From 9d52266f823daf5cb83e3eebe1b9f57594bc9d4a Mon Sep 17 00:00:00 2001 From: matt handler Date: Wed, 20 Apr 2011 14:39:20 -0400 Subject: first commit --- Classes/PhotoViewController.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Classes/PhotoViewController.h (limited to 'Classes/PhotoViewController.h') diff --git a/Classes/PhotoViewController.h b/Classes/PhotoViewController.h new file mode 100644 index 0000000..e1c71ae --- /dev/null +++ b/Classes/PhotoViewController.h @@ -0,0 +1,24 @@ +// +// PhotoViewController.h +// acidcow +// +// Created by Matthew Handler on 4/18/11. +// Copyright 2011 Earl Industries. All rights reserved. +// + +#import +#import +#import "Topic.h" + +@interface PhotoViewController : TTThumbsViewController { + NSArray *photoList; + NSMutableData *_acidcowPage; + Topic *topic; +} + +@property (nonatomic, retain) NSArray *photoList; +@property (retain) NSMutableData *_acidcowPage; +@property (retain) Topic *topic; + +-(void)convertArray; +@end -- cgit v1.2.3