diff options
author | Vitaly Takmazov | 2013-10-30 00:50:34 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-10-30 00:50:34 +0400 |
commit | 566f122683240ea47f391033ec4e11ef424e7a5c (patch) | |
tree | fbe00959f88b3a16d2d4768c1cc223781a377160 /Juick/DetailViewController.h | |
parent | 7e7b734fc859234c9424b2ed98f5a2afef911de0 (diff) |
Working main feed
Diffstat (limited to 'Juick/DetailViewController.h')
-rw-r--r-- | Juick/DetailViewController.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Juick/DetailViewController.h b/Juick/DetailViewController.h deleted file mode 100644 index 1246805..0000000 --- a/Juick/DetailViewController.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// DetailViewController.h -// Juick -// -// Created by Vitaly Takmazov on 26.10.13. -// Copyright (c) 2013 com.juick. All rights reserved. -// - -#import <UIKit/UIKit.h> - -@interface DetailViewController : UIViewController - -@property (strong, nonatomic) id detailItem; - -@property (weak, nonatomic) IBOutlet UILabel *detailDescriptionLabel; -@end |