blob: cfdcea61030e88c8fb16169c67f8ea9263326cd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// MessageInputView.h
// Juick
//
// Created by Vitaly Takmazov on 03/12/2017.
// Copyright © 2017 com.juick. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MessageInputView : UIVisualEffectView
@property (weak, nonatomic) IBOutlet UILabel *quoteText;
@end
|