blob: affc7eef656efe38ee657ccf9b26b5a00ba3262f (
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 QuoteView : UIVisualEffectView
@property (weak, nonatomic) IBOutlet UILabel *quoteText;
@end
|