From 7e7b734fc859234c9424b2ed98f5a2afef911de0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 26 Oct 2013 13:10:31 +0400 Subject: Initial Commit --- Juick/DetailViewController.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Juick/DetailViewController.h (limited to 'Juick/DetailViewController.h') diff --git a/Juick/DetailViewController.h b/Juick/DetailViewController.h new file mode 100644 index 0000000..1246805 --- /dev/null +++ b/Juick/DetailViewController.h @@ -0,0 +1,16 @@ +// +// DetailViewController.h +// Juick +// +// Created by Vitaly Takmazov on 26.10.13. +// Copyright (c) 2013 com.juick. All rights reserved. +// + +#import + +@interface DetailViewController : UIViewController + +@property (strong, nonatomic) id detailItem; + +@property (weak, nonatomic) IBOutlet UILabel *detailDescriptionLabel; +@end -- cgit v1.2.3