From f2a2e1c1687ac7dbb9010b5f826486f77baeae77 Mon Sep 17 00:00:00 2001 From: matt handler Date: Wed, 20 Apr 2011 21:48:14 -0400 Subject: icons, rename, title bar color change, tabbarviewcontroller links to shib for topicsviewcontroller instead of a rando --- Classes/PicDumpViewController.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Classes/PicDumpViewController.h (limited to 'Classes/PicDumpViewController.h') 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 -#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