summaryrefslogtreecommitdiff
path: root/Juick/TitleView.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-14 02:55:21 +0300
committerGravatar Vitaly Takmazov2016-08-14 02:55:21 +0300
commite32c85b7650c0869a2aa319111a837ede75669d1 (patch)
tree29dfae230aded06e9d70781a8d393818e0d926f1 /Juick/TitleView.h
parent934f816c2e0851ea7faf7c7e5c4a84779a4accfe (diff)
new navcell layout
Diffstat (limited to 'Juick/TitleView.h')
-rw-r--r--Juick/TitleView.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Juick/TitleView.h b/Juick/TitleView.h
deleted file mode 100644
index 17288ef..0000000
--- a/Juick/TitleView.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// TitleView.h
-// Juick
-//
-// Created by Vitaly on 01.02.14.
-// Copyright (c) 2014 com.juick. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-#import "UILabel+Utils.h"
-#import "ColorScheme.h"
-
-@interface TitleView : UIView
-@property (nonatomic, strong) IBOutlet UIImageView *image;
-@property (nonatomic, strong) IBOutlet UILabel *title;
-
--(id) initWithImage:(UIImage *) image title:(NSString *)title;
-
-@end