summaryrefslogtreecommitdiff
path: root/Juick/Views/MessageInputView.m
blob: ab6b3e5a4d7fd5d6c306e5a6e0cec36e66252aef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  MessageInputView.m
//  Juick
//
//  Created by Vitaly Takmazov on 08/04/2018.
//  Copyright © 2018 com.juick. All rights reserved.
//

#import "MessageInputView.h"

@implementation MessageInputView

-(void) awakeFromNib {
    [super awakeFromNib];
    [self setTintColor:[UIColor colorNamed:@"Title"]];
}

@end