summaryrefslogtreecommitdiffstats
path: root/Classes/PicDumpViewController.h
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-20 21:48:14 -0400
committermatt handler <matt.handler@gmail.com>2011-04-20 21:48:14 -0400
commitf2a2e1c1687ac7dbb9010b5f826486f77baeae77 (patch)
treeb6d2d82168f925329abb0d859de620966bcd2d7f /Classes/PicDumpViewController.h
parent9d52266f823daf5cb83e3eebe1b9f57594bc9d4a (diff)
downloadpiccast-app-f2a2e1c1687ac7dbb9010b5f826486f77baeae77.tar.gz
piccast-app-f2a2e1c1687ac7dbb9010b5f826486f77baeae77.zip
icons, rename, title bar color change, tabbarviewcontroller links to shib for topicsviewcontroller instead of a rando
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