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/PicDumpViewController.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Classes/PicDumpViewController.h (limited to 'Classes/PicDumpViewController.h') diff --git a/Classes/PicDumpViewController.h b/Classes/PicDumpViewController.h new file mode 100644 index 0000000..4716538 --- /dev/null +++ b/Classes/PicDumpViewController.h @@ -0,0 +1,22 @@ +// +// PicDumpViewController.h +// acidcow +// +// Created by Matthew Handler on 4/16/11. +// Copyright 2011 Earl Industries. All rights reserved. +// + +#import +#import "Topic.h" +//@class Topic; + +@interface PicDumpViewController : UIViewController { + NSMutableData *_acidcowPage; + NSDateFormatter *dateFormatter; + Topic *topic; +} + +@property (nonatomic, retain) Topic *topic; +@property (nonatomic, readonly, retain) NSDateFormatter *dateFormatter; + +@end -- cgit v1.2.3