summaryrefslogtreecommitdiffstats
path: root/Classes/PicDumpViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/PicDumpViewController.h')
-rw-r--r--Classes/PicDumpViewController.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/Classes/PicDumpViewController.h b/Classes/PicDumpViewController.h
deleted file mode 100644
index 4716538..0000000
--- a/Classes/PicDumpViewController.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// PicDumpViewController.h
-// acidcow
-//
-// Created by Matthew Handler on 4/16/11.
-// Copyright 2011 Earl Industries. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-#import "Topic.h"
-//@class Topic;
-
-@interface PicDumpViewController : UIViewController <NSURLProtocolClient> {
- NSMutableData *_acidcowPage;
- NSDateFormatter *dateFormatter;
- Topic *topic;
-}
-
-@property (nonatomic, retain) Topic *topic;
-@property (nonatomic, readonly, retain) NSDateFormatter *dateFormatter;
-
-@end