From d52c86da9751f221a24c21ec903656e279ba885a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 2 Feb 2014 00:53:45 +0400 Subject: Login info in reveal panel and login flow improvements (not complete) --- Juick/TitleView.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Juick/TitleView.h (limited to 'Juick/TitleView.h') diff --git a/Juick/TitleView.h b/Juick/TitleView.h new file mode 100644 index 0000000..17288ef --- /dev/null +++ b/Juick/TitleView.h @@ -0,0 +1,19 @@ +// +// TitleView.h +// Juick +// +// Created by Vitaly on 01.02.14. +// Copyright (c) 2014 com.juick. All rights reserved. +// + +#import +#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 -- cgit v1.2.3